Plugin Author
Steven
(@shazahm1hotmailcom)
Please install the Code Snippets plugin:
Create a new snippet with this code:
add_action(
'plugins_loaded',
function() {
remove_action( 'cn_action_list_before', array( 'cnTemplatePart', 'categoryDescription' ) );
add_action( 'cn_action_list_after', array( 'cnTemplatePart', 'categoryDescription'), 10, 2 );
}
);
I hope this helps!
-
This reply was modified 5 years, 8 months ago by
Steven. Reason: fix code
Hi Steven,
I notice that on the “category descriptions” in the admin panel cannot be turned off as the browse options tab usually located at the top of the screen on the right is missing. Please see image link below:
connections category page
Please advice on how to stop the category descriptions showing in the admin panel.
Kind Regards
Plugin Author
Steven
(@shazahm1hotmailcom)
Sorry, it is not possible to hide the display of the category description in the admin.
Thanks for letting me know.
Kind Regards