How to edit your wordpress theme footer
If you’ve downloaded one of the free wordpress themes from this site, you’ll notice there is a place for you to put links in the footer of the theme. Today, I’ll teach you how to do that
Here’s a video
And the following is the text walk through
1. Login to your Wordpress’s admin panel and navigate to Appearance > Editor.
2. In the right hand side look for the link “footer.php” and click on it.
3. Look for the following code.
<a href="#">Contact Us</a> | <a href="#">Terms of Use</a> | <a href="#">Trademarks</a> | <a href="#">Privacy Statement</a><br />
4. Replace # with your link and replace Contact Us with what you want to say.
Do this for the rest of the links.
If you want to delete one or more, you can delete one at a time by just deleting
<a href="#">Contact Us</a> |
And so on. Don’t forget to click “Update” at the bottom of the page to see your changes.




