i’m having the same issues with my client’s site, followed the instructions in the link step by step and got the same debug message. Is this a GoDaddy issue? Are their firewalls block it?
sorry, on second look, it removed the description completely from the actual category page as well.
thanks.
I found this code that seems to do the trick in removing the category descriptions on the hover.
function quietness()
{
return ”;
}
add_filter(‘category_description’, ‘quietness’);
but i still can’t figure out hot to remove the page title attribute.