A WordPress plugin which swaps out the textarea used for excerpts with a TinyMCE editor instance.
/wp-content/plugins/ directoryIf you want to use excerpts in pages, add this to your theme's functions.php file:
add_post_type_support('pages', '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.
Requires: 3.3 or higher
Compatible up to: 3.6
Last Updated: 2013-4-21
Downloads: 5,851
1 of 2 support threads in the last two months have been resolved.
Got something to say? Need help?