Disclaimer at the Footer
How can I put disclaimer on your theme..at the bottom parts ..footer.
thanks a lot. Great theme by the way..
Yes, what was it some terms and conditions type thing? Did you want to link to another page or actually put a lot of text down there?
Either way you will have to edit footer.php and the following bit:
<div>
<p> © <?php echo date('Y'); ?> <?php bloginfo('name'); ?>.<a href="<a href="http://wordpress.org/extend/themes/42k">http://wordpress.org/extend/themes/42k</a>" title="42k Free Wordpress Theme.">42k Theme</a>
Designed by: <a href="<a href="http://www.factory42.co.uk/">http://www.factory42.co.uk/</a>" title="Factory42 Wordpress themes and website design.">Factory42</a>
<a href="<a href="http://wordpress.org/">http://wordpress.org</a>" title="Powered by Wordpress"><img alt="Wordpress" src="<?php bloginfo("template_directory"); ?>/images/wordpress.png" /></a></p></div>
</div>
Thats where the code for the links at the bottom are created from. Feel free to edit it as you please. If you need some more help then please let me know.
You must be logged in to post a comment.





