How to move title below featured image on blog page
-
Hi, how can i move the title
.entry-header
below the featured image?This code only works for the single blog post, but not for the blog page.
add_action( 'wp', function() { remove_action( 'generate_after_header', 'generate_featured_page_header', 10 ); add_action( 'generate_after_entry_header','generate_featured_page_header', 10 ); } );
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to move title below featured image on blog page’ is closed to new replies.