Site logo

Archived topic

Filter to disable page titles does not work

3 replies · Started by Dragomir on January 6, 2018

Viewing posts 1–4 of 4

Hi,

I put the following code in my child theme's functions.php but the titles are still shown on the page:

add_filter( 'generate_show_title', 'remove_my_titles1' );
function remove_my_titles1()
{ 
    return false;
}

what am I doing wrong?

Thank you, Leo. It works.

No problem :)

This archived topic is closed to new replies.