Loop Not Displaying Posts…
-
I’m not sure why but my loop isn’t displaying anything between the <div id=”content”></div>..
The way my page is setup, the url https://sociallyaffluent.com/wp-25-teaser/photos/ is a page managed by file name ‘page-photos.php’. On this page I call my loop with
<?php get_template_part('loop', 'photos'); ?>
which is managed by file ‘loop-photos.php’.In this file (loop-photos.php), I’m using Multiple Post Thumbnail Plugin, but I know I don’t have a setup error with that because there’s no error messages.
But for argument’s sake, lets say that nothing was showing up between <div class=”post-ID”></div>.
When I check the page in Firefox Firebug, I should at least see tags for
<div id="content"><div class="post-ID"></div>....</div>
. But I don’t see anything..I’m looking for any direction on this issue. Please help.
- The topic ‘Loop Not Displaying Posts…’ is closed to new replies.