Reply To: How to remove page title on home only?

Homepage Community Forums Epik Theme Support How to remove page title on home only? Reply To: How to remove page title on home only?

#14681
designkombinat
Customer

    I try to explain a bit: I set up a page with the portfolio template from genesis epik theme. I tried all possible snippets I found for that use case with the epik theme, but it simply won’t work. I just want no title only on home.

    If I comment this line out in the template file page_portfolio.php, the page title for home is gone:
    add_action( 'genesis_before_content', 'genesis_do_post_title' );

    But how to achieve this via functions snippet?

    I tried

    remove_action( 'genesis_before_content', 'genesis_do_post_title' );

    but that does not work…