Featured Work Page
-
I’m trying to edit the code (via a child-theme) to display projects/blog thumbnails and titles similar to the home page gallery. See theme example here.Along with other numerous troubleshooting, I’ve tried adding the following code block from index.php into singular.php with no luck (it only displays a single greyed out fallback image with the current page title):
<?php if ( have_posts() ) : ?> <div class="posts" id="posts"> <?php while ( have_posts() ) : the_post(); get_template_part( 'content' ); endwhile; ?> </div> <?php endif; ?>
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Featured Work Page’ is closed to new replies.