This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Excerpt Beautifier

تفصیل

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

انسٹال کرݨ

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

ہرہک دے سوال

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

ریویو

There are no reviews for this plugin.

Contributors & Developers

“Excerpt Beautifier” is open source software. The following people have contributed to this plugin.

حصہ پاوݨ آلے

“Excerpt Beautifier” has been translated into 4 locales. Thank you to the translators for their contributions.

“Excerpt Beautifier&#8221 دا آپݨی زبان وچ ترجمہ کرو۔

ڈیویلپمنٹ وچ دلچسپی ہے؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

تبدیلی لاگ

1.0

  • First version