How to change Copyright auto year to year
-
Hello all,
Sorry if this was answered before but I am afraid to do anything bad to my website.
I am working on a footer, and the text format of the footer is:
Copyright © 2013 KSN Construction Contractors Inc. All rights reserved.
What I want, is to ‘pull’ the 2013/YEAR from wordpress, so that the copyright year always equals the current year. Or if I could do it like this; Copyright © 2013-2014 KSN Construction Contractors Inc. All rights reserved.
I assume I would place the code in footer.php – but I don’t know what the code would look like.
This is the text in my footer.php file
<!– Get Copyright Text –>
<?php if( $gdl_show_copyright == ‘enable’ ){ ?>
<div class=”copyright-wrapper gdl-divider”>
<div class=”copyright-left”>
<?php echo get_option(THEME_SHORT_NAME.’_copyright_left_area’) ?>
Any help?.
Thank you in advance!
-
-
That’s NOT a free hosted WordPress.COM blog and we do not provide support for it here. You are posting to the wrong support forum. WordPress.com and WordPress.org are completely separate, have different log-ins and run different versions of themes with same names. http://support.wordpress.com/com-vs-org/
We provide support only for free hosted WordPress.COM blogs and not for WordPress.org software installs. If you don’t have a username account at WordPress.ORG click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there and receive advice from WordPress.ORG bloggers.
-
-
-
- The topic ‘How to change Copyright auto year to year’ is closed to new replies.