Reply To: Latest update did funny things to my child theme

Home Forums Support Latest update did funny things to my child theme Reply To: Latest update did funny things to my child theme

Home Forums Support Latest update did funny things to my child theme Reply To: Latest update did funny things to my child theme

#197779
Tom
Lead Developer
Lead Developer

If you don’t have the Blog add-on, then you can set the filter to false:

add_filter( 'generate_show_categories','generate_remove_cats' );
function generate_remove_cats()
{
    return false;
}