Plugin / Rich Text Excerpts

Peter Edwards

Frequently Asked Questions (FAQ)

Upload the plugin to the /wp-content/plugins/ directory Activate the plugin through the ‘Plugins’ menu in WordPress Configure the plugin using the Plugin options page under the Settings menu If you want to use excerpts in pages, add this to your theme’s functions.php file: add_post_type_support('page', 'excerpt'); See add_post_type_support in the Codex for details. If you want to use excerpts in Custom Post Types, do it when you create them using the supports array in the arguments for register_post_type.
This plugin has a settings page where you can configure which post types use a rich text editor for their excerpts – by default only posts will use the rich text editor. The post types displayed on the settings page are only those which support excerpts, so if you don’t see your post type here, it doesn’t support manual excerpts. If you want to use excerpts in pages, add this to your theme’s functions.php file: add_post_type_support('page', 'excerpt'); See add_post_type_support in the Codex for details. If you want to use excerpts in Custom Post Types, do it when you create them using the supports array in the arguments for register_post_type, or use a plugin like Types.
This plugin only adds the ability to edit excerpts in the WordPress admin area using a Rich Text editor. How these excerpts are displayed on your site, or whether they are displayed at all, is the responsibility of the theme you are using. Most themes will use the ‘correct’ way of displaying hand-crafted excerpts, which is to call get_the_excerpt() outside the wordpress ‘loop’, or the_excerpt() inside the loop. However, there are other wordpress functons which can be used to get excerpts, such as wp_trim_excerpt(), which will generate an excerpt from the post content rather than using the excerpt field. Themes could also remove all formatting and shortcodes from excerpts.
Again, the way excerpts are displayed on your site, or whether they are displayed at all, is the responsibility of the theme you are using (and not this plugin). If you have access to the theme files, there are a number of ways you can process shortcodes in excerpts, depending on the method used to display them in the theme. For instance, if the excerpt is added to pages/posts using the_excerpt(), you could change this to echo do_shortcode(get_the_excerpt()). Another approach would be to try the techniques outlined here: using shortcodes everywhere
Other plugins which enhance the excerpt editor in some way will probably have issues with this plugin, as it removes and re-adds the excerpt editor meta box. The best solution would be to encourage the developers of the other plugin to utilise a rich text editor in their plugin (it isn’t hard!).

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.