Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

Excerpt Beautifier

Beskrivning

Beautifies the ecerpts parsing adding markup. Add images, whitespace, text in bold and italic typeface and links.

Installation

  1. Install the plugin via Plugins -> New plugin.
  2. Activate the BBEdit markup in excerpt plugin through the ’Plugins’ menu in WordPress

Vanliga frågor

How does it work?

Type this: .. and get this:

[br]                                                     break       <br>
**enroll now!**                                          italic      <strong>enroll now!</strong>
*mark this*                                              bold        <em>mark this</em>
[subscribe now](https://example.com)                     link        <a href='https://example.com'>subscribe now</a>
[subscribe now](https://example.com hover text)          link        <a href='https://example.com' title='hover text'>subscribe now</a>
![alt text](/wp-content/uploads/image.png hover text)    image       <img src='/wp-content/uploads/image.png' title='hover text' alt='alt text'/>

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”Excerpt Beautifier” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

”Excerpt Beautifier” har översatts till 4 språk. Tack till översättarna för deras bidrag.

Översätt ”Excerpt Beautifier” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

1.0

  • First version