Latest article not showing
-
Dear WordPress support,
I have published a site on a test url, everything works fine apart from one page I have set to appear a certain category of posts but the most recent post does not appear, if I post another article under that category it pushes the second to last one on the page but still doesn’t show the most recent one I posted..
https://www.scriptposter.com/new/category/gallery/
It pulls it though fine on the homepage tho,
Home
https://www.scriptposter.com/new/Here is the code I am using :
<?php while ( have_posts() ) : the_post() ?> <div class="secondColumn"> <div class="blogFeatureWorkImage"><a>"><?php the_post_thumbnail('small-thumb'); ?></a></div> </div> <div class="thirdColumn2"> <div class="blogFeatureWorkContent"> <h1 class="articleTitle"><span class="yellow"><a>"><?php the_title();?></a></span></h1> <p><?php the_content();?></p> </div> </div> <div class="clear"></div> <?php endwhile; ?>
[please remember to mark any posted code – https://codex.www.ads-software.com/Forum_Welcome#Posting_Code – the above section is already partialy corrupted by the forum parser]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Latest article not showing’ is closed to new replies.