Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Excerpt Beautifier

Beschrijving

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

Installatie

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

FAQ

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'/>

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Excerpt Beautifier” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Excerpt Beautifier” is vertaald in 3 talen. Dank voor de vertalers voor hun bijdragen.

Vertaal “Excerpt Beautifier” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

  • Eerste versie