Este plugin não foi testado com os 3 lançamentos principais mais recentes do WordPress. Ele pode não ser mais mantido ou suportado e pode ter problemas de compatibilidade quando usado com versões mais recentes do WordPress.

Excerpt Beautifier

Descrição

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

Instalação

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

Perguntas frequentes

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

Avaliações

Não há avaliações para este plugin.

Colaboradores e desenvolvedores

“Excerpt Beautifier” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.

Colaboradores

Excerpt Beautifier” foi traduzido para 4 localidades. Agradecemos aos tradutores por suas contribuições.

Traduzir o “Excerpt Beautifier” para seu idioma.

Interessado no desenvolvimento?

Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.

Registro de alterações

1.0

  • First version