• fifteen

    (@fifteen)


    Er, well I got WP to work and everything, but I just noticed (and I just did after two weeks of installing) that the date doesn’t change whenever I blog. It’s been April 4 ever since (http://www.silver-willows.org). I don’t know what I’m supposed to be tweaking or what I’ve touched for it to become that way. Anyone have any ideas on how to fix this? 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • davidchait

    (@davidchait)

    I can’t readily tell whether that’s bc the physical date in the post is wrong, or because of something wrong in your foreach posts loop. Can you post a link to a .phps named version of your index.php?
    -d

    Thread Starter fifteen

    (@fifteen)

    Um, I’m not sure what you mean, but here’s the foreach part stuff —
    <?php if ($posts) { foreach ($posts as $post) { start_wp(); ?>
    <div align=”right” class=”date”><b><?php the_date(); ?></b></div>
    <br>
    <div align=”right” class=”title”><b><i><?php the_title(); ?></i></b> :.</div>
    <?php the_content(); ?>
    <?php the_author() ?> | <?php the_time() ?> | <?php comments_popup_link(‘0’, ‘1’, ‘%’); ?>
    <!–
    <?php trackback_rdf(); ?>
    –>
    <?php include(ABSPATH . ‘wp-comments.php’); ?>
    <?php } } else { // end foreach, end if any posts ?>
    Sorry, no posts matched your criteria.
    <?php } ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The date isn’t changing…?’ is closed to new replies.