Support » Fixing WordPress » Updating Copyright Date

  • Hi,

    I’m trying to figure out how to change the copyright year, but can’t seem to figure out where/how to update it.

    The website is http://www.i-park.org.

    Theme is The Cotton (Pexeto).
    [Moderator note: Your theme author is here: http://themeforest.net/user/pexeto ]

    Coding on the footer.php is:
    <div id=”copyrights” <?php echo $copyright_class; ?>>
    <h5 class=”center”> <?php echo pex_text(‘_copyright_text’).’ ‘; bloginfo(‘name’); ?></h5>
    </div>

    Thanks much!

Viewing 1 replies (of 1 total)
  • Hi grniguana,

    you are using a commercial WordPress theme, so you should contact the theme developer and ask for help. But anyway, you can use e.g. this to display the current year which will be updated automatically every year:

    <?php echo date("Y"); ?>

    Regards
    Michael

Viewing 1 replies (of 1 total)
  • The topic ‘Updating Copyright Date’ is closed to new replies.