Reply To: Remove Page Header

Homepage Community Forums Epik Theme Support Remove Page Header Reply To: Remove Page Header

#7643
weborization
Customer

    Thanks Eric – This morning I took this over to Studiopress and here is what they gave me – it works:

    The Epik theme is HTML5 and the hooks have changed.

    You would need to change
    remove_action( ‘genesis_post_title’, ‘genesis_do_post_title’ );

    to
    remove_action( ‘genesis_entry_header’, ‘genesis_do_post_title’ );