Support » Fixing WordPress » Adding 2010 to Copyright

  • Resolved MDBlogs

    (@mdblogs)


    This should be an easy task, to update the copyright date in my footer. I looked in the footer.php and couldn’t decipher how I might add 2010. I’ve scanned anything in the dashboard side-board that might lead me to it.

    Is this a WordPress issue or should I write to the theme designer?

    I just want the little footer note to read: @copyright 2009-2010.

    Thanks for any ideas.

Viewing 2 replies - 1 through 2 (of 2 total)
  • it would help if you could name the theme you are using or if you post the code of your footer.php.

    generally, you could use something like:

    <p>@copyright 2009-<?php echo date('Y'); ?></p>

    Thread Starter MDBlogs

    (@mdblogs)

    Thanks. When I went back to copy the code in my footer.php to respond, I also went back into my theme, and there it was, right in front of me, in plain English — a field for copyright where all I had to do was add 2010. I’d looked at this page three times without seeing it. Thanks for your help, though, because ultimately it led me to look with different eyes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding 2010 to Copyright’ is closed to new replies.