23.7.11

How to customized the footer on thesis theme

Simply copy paste this code to your custom_function.php

remove_action('thesis_hook_footer', 'thesis_attribution');
add_action('thesis_hook_footer', 'add_new_footer');

Add this under the code

function add_new_footer () { ?>
<p>©copyright, 2010 YOURSITEHERE – All Rights Reserved | <a href="YOURLINKHERE">sitemap | </a><a href="YOURLINKHERE">privacy policy</a></p>
<?php }


Footer Sample



0 comments:

Post a Comment

Please Use Your Real Name, All SPAM Name should be DELETED by the Admin... Thank You.