Reply To: php function to remove page titles no longer working

Homepage Community Forums Legacy Theme Support php function to remove page titles no longer working Reply To: php function to remove page titles no longer working

#10623
Danna McCormick
Customer

    Hi Eric,
    Thanks for the response, and you’re correct – it is Legacy 1.3

    Unfortunately, this code does not work. It doesn’t break the site; but it also doesn’t remove the Page Titles.

    
    remove_action( ‘genesis_entry_header’, ‘genesis_do_post_title’ );
    

    The code on the page is this:

    
    <header class="entry-header">
    <h1 class="entry-title" itemprop="headline"> </h1>
    

    I’m going to head over to the Genesis forums and see what I can find… so odd. But please let me know if you find another solution.
    Thanks!