Can't show most recent post on page
-
Hi my client came up with this issue and it coincided (a week or so ) with a Silence is Golden hack attack and so I assumed it may be related however after many hours of research and testing I am not sure.
The client has job posts which are then shown on a page named “Positions”
However when the edit a post and update – if you look directly at the post you can see the edited version however what appears on the “Positions” page is the original version.There is NO cache involved, it happens on multiple browsers over wide geographic are on different PCs using different ISPs.
It is a custom theme – not mine and not a child. page.php uses
<!– DEFAULT PAGE –>
<div id=”page” class=”page”>
<?php if (have_posts()) : while (have_posts()) : the_post(); #— start the loop ?><h1><?php the_title(); ?></h1>
<div class=”story”>
<?php the_content(); ?>
</div><!– end story –>And I have read in one post ( that I have now lost ) that this will always display the oldest post. Is this correct? If so how to fix and if not suggestions on possible fixes but I stress there is NO cache and still happens with NO plugins installed.
- The topic ‘Can't show most recent post on page’ is closed to new replies.