Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I want to display custom static content, essentially an image and a small description, at the top of each category page (different for each category and sub category), displayed above a list of titles of the category posts with excerpts.

Is there an automated solution/plugin available for this? I need an automated way to insert text/image too because I want to pass this to my content writer and he will take care of the new categories. A rich text editor where I can insert image and text, which will be assigned to a category and can be shown on top of the category page.

Please help.

share|improve this question

1 Answer

You can use the following plugin: http://wordpress.org/extend/plugins/categorytinymce/screenshots/

Then, in your template files just insert the the_description() template tag.

share|improve this answer
Thanks, I found other plugin which does the same thing. Dont know why I did not find before putting question here. Though stackexchange rocks. Thanks. Here is the plugin I am using. wordpress.org/extend/plugins/rich-text-tags – SachinKRaj Nov 30 '12 at 9:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.