Modify the loop on single post…
-
Hey everyone, thanks for taking a look at this. Any help would be appreciated.
I have a thumbnail gallery that, on the main page, pulls an image from each post and displays it. The trouble is, that thumbnail calls from:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
Which, I realize is “The Loop”.
The trouble is, when on my single posts, the gallery is only showing the information from THAT post. Instead of all of them.
You can see it at the site.
I’m really not strong enough in my php knowledge to fix it. How do I make the loop pull from all of my posts, regardless of if we’re already on a single post?
Thanks!
Kayla
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Modify the loop on single post…’ is closed to new replies.