WooCommerce StoreFront child theme - How to remove title on homepage
问题 Do you know any hook or filter to remove the title on the frontpage of StoreFront theme? I try several solutions but nothing works. I use a theme child of Storefront (Stationery by Woothemes). Thanks for your help. 回答1: Try adding this code to functions.php : if ( is_front_page() ) { remove_action( 'storefront_page', 'storefront_page_header' ); } This should remove everything between (and including): <header class="entry-header"> <?php storefront_post_thumbnail( 'full' ); the_title( '<h1