Este plugin non se actualizou en máis de 2 anos. É posible que xa non sexa compatible ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con novas versións de WordPress.

Excerpt Beautifier

Descrición

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

Instalación

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

Preguntas frecuentes

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

Comentarios

Non hai recensións para este plugin.

Colaboradores e desenvolvedores

“Excerpt Beautifier” é un software de código aberto. As seguintes persoas colaboraron con este plugin.

Colaboradores

“Excerpt Beautifier” foi traducido a 4 idiomas. Grazas aos desenvolvedores polas súas contribucións.

Traduce “Excerpt Beautifier” ao teu idioma.

Interesado no desenvolvemento?

Revisa o código, bota unha ollada aorepositorio SVN, ou subscríbete ao log de desenvolvemento por RSS.

Rexistro de cambios

1.0

  • First version