• Resolved glenncvance

    (@glenncvance)


    Hi all – Strange question. I’ve got a custom loop set up in my sidebar for asides and the post titles link to outside links. The loop –

    <?php query_posts('category_name=asides&showposts=5'); ?>
    <?php while (have_posts()) : the_post(); ?>
            <li><?php the_date(); ?><?php print_post_title() ?></li>
            <?php endwhile; ?>

    You can see it in action in the right sidebar here.

    My problem is that when I put this code into my sidebar the date of the post will appear in 4 out of 5 post titles. I have no idea why this would be the case, but I’m baffled as to why it’s happening. Any takers?

    As always, thanks.

Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Post date shows sometimes but not all of the time’ is closed to new replies.