• Hi Guys,
    I am having an issue where the timestamp is not displayed.
    I have this in my index.php:
    ———————————————————–
    <div id=”container”>

    <?php if(have_posts()): ?><?php while(have_post()):the_post(); ?>
    <div class=”post”>

    <h2>” title=”<?php the_title(); ?>”><?php the_title(); ?></h2>

    <small><?php the_time(‘F jS, Y’) ?> by <?php the_author() ?> </small>

    <div class=”entry”>

    <?php the_content(); ?>

    <p class=”postmetadata”>
    <?php _e(‘Tags:’); ?> <?php the_category(‘, ‘) ?> <?php edit_post_link(‘Edit’, ‘ | ‘, ”); ?> // <?php comments_popup_link(‘Add Comment »’, ‘1 Comment »’, ‘% Comments »’); ?></p>

    </div>
    ——————————————–

    Any Ideas what could be wrong? Wrong setting in my admin panel? Wrong coding?

    Thanks for any help
    Michael
    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Timestamp not displaying’ is closed to new replies.