• I’m having an issue with the footer on home.php displaying my copyright as © 2008 instead of © 2009. All the other pages display it correctly, and the php is the same on each page. Footer.php looks right.

    The code at the bottom of each page is `<?php get_footer(); ?>
    `, so I think it must be an issue with the main page reading it.

    I checked in the wordpress interface and everything is set to the correct time and date, so I’m not sure what’s going on.

    Thanks!

Viewing 1 replies (of 1 total)
  • What’s the code your theme is using to display the date? You should post it.

    It should be something like:

    <?php echo date( __('Y', 'example') ); ?>
Viewing 1 replies (of 1 total)

The topic ‘Footer shows 2008 instead of 2009 only on home.php’ is closed to new replies.