Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Excerpt Beautifier

Descripció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

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

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Excerpt Beautifier» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

«Excerpt Beautifier» ha sido traducido a 3 idiomas locales. Gracias a los traductores por sus contribuciones.

Traduce «Excerpt Beautifier» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

  • First version