Home › Forums › Other › WordPress -add default text to post category description in admin › Re: WordPress -add default text to post category description in admin
August 1, 2011 at 10:07 am
#84303
Member
Well, not really, but I altered your code that we will achieve goal of this topic.
If I will have time I will maybe tweak this a bit, to make it more user friendly.
Thank you very much for your help!
To add default text do post category description, add following code to your functions.php or plugin:
function category_description_fields() { ?>
add_action( 'admin_head-edit-tags.php', 'category_description_fields' );