Need help adding a piece of code into the footer.php
-
Hello,
I am stuck trying to add a small piece of code to my footer.php.
Basically I want to show the following © 2014 as my date and copyright info however I currently have it set manually but I would like to use the following code ( © <?php echo date(“Y”); ?> ) I just do not know where. Here is where I am trying to add it: }
if($copyrightonoff==1){
echo'<p class=”copyright”>’.do_shortcode($copyright).'</p>’;
}
?>Please help!
The blog I need help with is: (visible only to logged in users)
-
The site you are asking about does not seem to be hosted on WordPress.COM so you need to make friends over at WordPress.ORG the keepers of the software you are using.
This site is for support of sites hosted on WordPress.COM. You should address your questions to WordPress.ORG the keepers of the software you are using: http://wordpress.org/support/
The forum at WordPress.ORG is not connected to WordPress.COM so you will need to open an account at .ORG if you do not already have one. You may use the same email at WordPress.ORG as you do at WordPress.COM.
For more on the difference: http://support.wordpress.com/com-vs-org/
If you are asking for help with a WordPress.COM site then we need a link to that site to give you accurate help.
-
Hi there,
That site is not being hosted by WordPress.COM 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 some 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 ‘Need help adding a piece of code into the footer.php’ is closed to new replies.