Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WordPress -add default text to post category description in admin Re: WordPress -add default text to post category description in admin

#84300
shazdeh
Member

Does this do the trick?


function category_description_fields() { ?>

add_action( 'admin_head-edit-tags.php', 'category_description_fields' );

As you know it should go in your theme’s functions file, or a plugin.