Category Description Editor
If you are organizing your blog by category and perhaps using the “Categories” menu for navigation, this plugin will help you make nice category descriptions that appear at the top of each category page. It enables the WordPress visual editor (TinyMCE) on the Edit Category admin page and lets you add or edit the descriptions the same way you write posts. It lets you add images, links, lists, font colours, headings, etc.
Screenshots:
Download:
Version 1.1 (requires WordPress 2.8)
Older versions:
Version 1.0 (requires WordPress 2.7)
Installation
If your theme doesn’t display category descriptions, have a look at the WordPress codex page about the category_description template tag.
Standard WordPress quick and easy installation:
- Download.
- Unzip.
- Upload the “cat-description-editor” folder to the plugins directory and activate the plugin.
- Log in WordPress and activate the plugin.
- Edit any category to see the changes.
Version 1.1 supports adding and editing descriptions to both categories and tags, new in WordPress 2.8. The enhanced editor is only available on the Edit Category or Edit Tag pages. To add description to a category or tag, create it first then edit it by clicking on it’s name.
Version 1.0 supports (and requires) WordPress 2.7. The enhanced editor is only available on the Edit Category page. To add description to a category, create it first then edit it by clicking on it’s name.
Hi there.
Excuse my English, this is an automatic translation.
My Wordpress version is 2.9.2.
The plugin version is the last.
one theme is HeatMap Adsense Theme 2.5.2
My Blog http://blog.seo.secret.leads2track.com/
I use the plugin to generate extracts that I use in my meta description
site.
I love the plugin. Here is my question.
Since I use the plugin to display my home page has changed, it displays extaits and will no longer extentions like (read more, Sociable, vote the post) to each extract.
I desire to return to my situation PRIOR
- Display the contents of the article until the tag more.
- Display read more
- Display Sociable
- Display the post vote
I tried pluging of the parameter in this direction but my parameters are not taken into account.
I even uninstall the pluging but still the hack ..persist
What files. Php must be changed to return to the previous situation.
Thank you in advance
Marc
This is getting somewhat messy – up to 2.9.1 John’s solution (call with: $category = get_the_category();
echo $category[0]->category_description; NOT echo category_description) works for me – editor is there for category editing & formatted descriptions appear correctly
For 2.9.2, this doesn’t work anymore. Instead if you use Ronny’s solution, the formatted description appears but category editing becomes html-only, even if you change the code in line 40 (not 42, at least on my editor).
Confused but still needing to use this since category handling is so horrible in wp…
Hope there will be a compatible version soon.
cause html tags not allowed you have to install the “Allow HTML in Category Descriptions” plugin and activate it. than change line 42 of cat-description-editor.php from ” $init['theme_advanced_buttons1'] .= ‘,image’; ” to ” $init['theme_advanced_buttons1'] .= ‘,image,formatselect’;” after that u can use the formatselect to create headlines or whatever. tested with wp 2.9.2 and works.
regards,
ronny
downloaded the new version and it doesnt work?. I get:
Warning: call_user_func_array() [function.call-user-func-array]: First argumented is expected to be a valid callback, ‘wp_tiny_mce’ was given in /mnt/local/home/kevinflatt/naturalremediescures.com/wp-includes/plugin.php on line 311
So any news here?
This problem is twofold:
For one, the changes made in the past don’t show up anymore, and secondly, the editor doesn’t show in the backend.
It would be so cool if this would work again…
Nah dont think i did anything wrong, the fix just doesnt work.
I probably did something wrong because every category has the same description for me now.
JOHN, THANK YOU SO MUCH FOR THIS FIX!
It works now.
I’ve been wishing this worked on 2.9.1 as well. And just now I’ve got it to finally work.
You need to call it like this
$category = get_the_category();
echo $category[0]->category_description;
NOT
echo category_description
Im pumped mine’s working again.
Why Category Description Editor don’t notify new version of plugin?