Move Featured Image Below Post Title on Landing Page
-
On the landing page, I would like the featured image to display below the post title, date, poster, and comment indicator. The default is to put the featured image on top of the title. Once you click on the post, it displays any image below the title. I would like this for the landing page too.
Within “content-page.php”, I tried moving
featured_image_display
belowentry-header
as shown below, but that didn’t work. Any suggestions?<header class="entry-header"> <span class="screen-reader-text"><?php the_title();?></span> <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> <?php nisarg_featured_image_disaplay(); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Move Featured Image Below Post Title on Landing Page’ is closed to new replies.