Theme Footer Edit
-
Hi there,
could someone please help me with editing the footer on my site
I’d like for the footer to be centered, down to the bottom of the page, and the site name on there to be clickable.
Thanks
-
You can try this if you like.
Place the following in footer.php;
<div id="footer"> <p class="copyright">Copyright © <a href="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a> All Rights Reserved</p> </div> </body> </html>Then add this to the very bottom of your style sheet;
.copyright {text-align:center;}
If you decide to try it, please make a backup of your files first, just in case something goes wrong.
Thanks ClaytonJames,
The footer has my url as http:// shoppingresearch.co/Shopping%20Research
what do i remove to have it as http:// shoppingresearch.co?
Try removing everything that is presently in the footer.php file and copy/paste what I posted above at the top of footer.php and save. That should solve the problem. But just in case it doesn’t, make a backup first.
The topic ‘Theme Footer Edit’ is closed to new replies.