Is there a way to have fixed html appear on each individual category page at the top describing the category in detail, then the posts following below it? I was hop;ing for a plugin rather than hard coding each individual category page.
Is there a way to have fixed html appear on each individual category page at the top describing the category in detail, then the posts following below it? I was hop;ing for a plugin rather than hard coding each individual category page.
You could add <?php echo category_description(); ?> to your category template and then use the category description field.
http://codex.wordpress.org/Template_Tags/category_description
Or add the text to the template (which you're probably already aware of):
http://codex.wordpress.org/Category_Templates#Different_Text_on_Some_Category_Pages
This topic has been closed to new replies.