Extra category content is a simple plugin that adds a rich text editor to every category of your wordpress site, that gives you the opportunity to create a special description for the category, different from the default category description.
You can also add any HTML code to the description, so you can include an image, a table or a specially formatted text.
This plugin is useful if you want, for example, to add a general description or an image before the listing of the post from a category.
Requires WordPress 3.0 and PHP 5. Tested up to WordPress 3.3.1
Usage
- Enter WP admin
- Edit one category
- Fill the “extra description” field with the desired content
- Press Update
Now the category has an extra content. You just need to make this content visible on your site. You can do this by editing your templates file and adding the following code:
<?php echo the_extra_category_content( ); ?>
Optionally you can specify a category id between the brackets, if you want to show an universal extra content trough all categories.