Support » Fixing WordPress » Problem with Updating Copyright Year on All Pages

  • Help!
    My site is WP 3.8 running theme 1070 theme. I have managed to update copyright to 2014 on Home page, but other pages still stay the old year. I have refreshed the site, compared the codes under footer.php. The codes seem to be the same on these pages: p>Copyright © <?php echo date(‘2014’); ?>. Should my change for Home page automatically apply to all my web pages? Or should I manually update copyright for each page? How to do this in either case?
    Look forward to help ASAP. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • do this <?php the_date(‘Y’); ?>

    make the change in your footer.php file.
    Your homepage may need it too.

    For more on dynamic dates, see http://codex.wordpress.org/Function_Reference/the_date

    Thread Starter Jiakhao

    (@jiakhao)

    Thanks for your prompt reply.
    I tried the new code you gave me, but it didn’t make the change. I even tried deleting the codes for copyright year, then update the file, but the footer/original copyright year stays the same on the web page.
    It seems that the footer had been preset somehow and I don’t know how to reset it (if or where there is a control for that )in order to make the change. Someone else built the web for me but the person is not available now.
    More help needed. Look forward to hearing more suggestions.
    Jiakhao

    Thread Starter Jiakhao

    (@jiakhao)

    I should add: the direct issue is about web page copyright update/footer change, not about blog date change–though the info may come in handy later on.

    Jiakhao

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with Updating Copyright Year on All Pages’ is closed to new replies.