Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hcraig

    (@hcraig)

    OK, I had been looking at the information for “The Loop”, but what I was hung up on was that fact that it was working on one page, but not on the rest. This inconsistency didn’t make any sense to me.

    So in “footer.php” I added…

    while (have_posts()) : the_post();

    … before the line reporting the last updated date, and then…

    endwhile;

    … after, and the updated dates now show up on all pages rather than just the home page.

    Thanks for pointing me in the right direction.

    Thread Starter hcraig

    (@hcraig)

    Thanks for your reply. I don’t know the answer to your question. How much code would you need me to post to determine the answer?

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