Genesis Theme Framework one of the most popular theme framework which comes with lots of functions and in-built functions. The best thing I like about Genesis Theme Framework is that it is an SEO optimized Framework which allows you to cut down all your SEO plugins from wp-plugin directory and 38 child themes. Still thinking to buy Genesis Theme Framework? Do not think get your copy of Genesis Theme Framework right now:
Sign-Up Link for Genesis Theme Framework
Already, in previous articles I’ve shared how to edit footer and remove footer link in Genesis Theme Framework. Now in this post I’m sharing how to add own copyright in Genesis Theme Framework and you can see it in action below:
Isn’t it cool? If yes, then add your own copyright in Genesis Theme Framework in no time. To add this copyright, all you have to do is to follow this tutorial.
Step1: First log-in into wp-admin panel, then go to “Appearance” tab and click on “Editor” as shown below:
Step2: When you click on “Editor”, it open a new window as shown below:
Step3: Now on right hand side click on “functions.php”, i.e., Theme Functions as shown below:
Step4: Now copy below mentioned code:
add_action(‘genesis_footer’, ‘copyright’);
/*
* Customize the footer content.
*
* @author: Vivek Parmar
* @email: admin@webguide4u.com
* @link: http://www.webguide4u.com/hire-me
*/
function copyright() {
?>
<p><a href=”http://www.webguide4u.com/privacy-policy/” target=”_blank”>Privacy Policy</a> | <a href=”http://www.webguide4u.com/contact-us/” target=”_blank”>Contact</a> | <a href=”http://www.webguide4u.com/advertise/” target=”_blank”>Advertise</a> | <a href=”http://www.webguide4u.com/hire-me/” target=”_blank”>Hire Me</a> | <a href=”http://www.webguide4u.com/free-wordpress-installation/” target=”_blank”>Free Blog Set-Up Service</a><br>
Copyright © 2011 <a href=”<?php bloginfo(‘url’); ?>”><?php bloginfo(‘name’); ?></a>. All rights reserved.
<?php
}
Step5: After copying above code, paste this code in “functions.php” file and click on “Update File” as shown below:
Step6: Congratulations, you have successfully added copyright in Genesis Theme Framework
If you have any query let me know via comments or get in touch using contact form and if you have not get your copy of Genesis Theme Framework, then get it right now:
Sign-Up Link for Genesis Theme Framework
Find this post useful? Then share it with all your friends and do not forget to follow WebGuide4U on Twitter for more tutorials on Genesis Theme Framework.
shenoyjoseph says
nice trick each to change copyright code in wordpress blog. 🙂
Vivek Parmar says
@Shenoy: glad you find it useful.