• I have multiple posts in my WP blog and there’s a line below the title and above the content for each entry that reads “Posted on (insert date) by (insert user)”

    For the first post, the date function is working correctly. But for subsequent posts (all of which I have made today), the date does not appear. I know my template tags are correct.

    A snip from my loop code looks like this:

    <TR><TD CLASS="ContentSubPadding" HEIGHT="20" VALIGN="Top"><P CLASS="ContentAuxLight">Posted <SPAN CLASS="ContentAuxDark"><?php the_date(); ?></SPAN> by <SPAN CLASS="ContentAuxGreen">
    <?php the_author_email() ?></SPAN></P></TD></TR>

    Am I doing something wrong? Is there a way to make the date appear more than once?

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