- Dot5
- FatCow
- iPage
- iPage Essential Plan
- iPage Tutorials – How to Get Started
- iPage Signup – How To Sign Up For A Web Hosting Account
- iPage – Extra Features
- iPage – Adding Domains
- iPage – How To Create A Sub-Domain
- iPage Control Panel Review
- iPage – Creating Your Website
- iPage – Installing WordPress
- iPage – Installing phpBB
- Weebly Drag n Drop Website Builder
- iPage Daily Backups Review
- Transfer Domain From GoDaddy to iPage
- iPower
- Articles (11)
- Domain Name Registrar (14)
- Eco-Friendly (2)
- Keyword Research (2)
- Link Building (14)
- Other Resources (2)
- SEO (32)
- Web Hosting (109)
- Web Hosting Q & A (1161)
- Webmaster Tips (12)
- Website Traffic (29)
- Wordpress (4)
How do you edit the footer in a WordPress blog?
Question:
I have self hosted wordpress blog and wanted to add a privacy policy down the bottom of the page, and cant figure out how to do it… I dont know any php, so a simple explanation or guide would be very much appreciated…
Answer:
Here is the easiest way without having to get into the PHP code.
Install and activate plugin called HeFo: Header and Footer
Then in the WordPress Dashboard, go to Appearance: Header and Footer. There you will find 2 blocks where you can insert code. In the footer block, you can insert the code shown below. Replace “YourWebsite.com” with your domain name and make sure you have pages created with the same names as shown in the links, or adjust them however you want.
To grab the code, hover your mouse over the code and click on the little <> View Source icon when it appears. It will open the code in a text editor and you can copy it from there.
<p style="text-align:center;"> <a href="http://YourWebsite.com/about-us/">About Us</a> | <a href="http://YourWebsite.com/contact-us/">Contact Us</a> | <a href="http://YourWebsite.com/privacy-policy/">Privacy Policy</a> | <a href="http://YourWebsite.com/disclaimer/">Disclaimer</a> | <a href="http://YourWebsite.com/dmca-notice/">DMCA Notice</a> | <a href="http://YourWebsite.com/anti-spam/">Anti-Spam Policy</a> | <a href="http://YourWebsite.com/terms-of-use/">Terms of Use</a> </p>
- Best Web Hosting Companies and What Makes Them That Way
- Which is best for hosting, HostGator, GoDaddy or LunarPages?
- How can I use add-on domain feature in Cpanel to show my website?
- How much does it cost to buy a domain name and make a website?
- How do you register a domain name without a website?
- Is there a web hosting service that lets me use my own HTML files?
- What’s the best site to buy a domain?
- how to make a godaddy domain work with a different host?
- What is the best source for WordPress hosting and themes?
- Can someone tell me a list of popular websites made in GoDaddy?
- How can I sell domain names that I buy?
- Where can I buy a Domain name for cheap a trusted site?
- Where can I get a cheap domain name?
- WordPress: Hackers Are Trying To Get Into Your Blog
- I need a hosting company with cpanel tools and variety of website templates
- Best Web Hosting Companies and What Makes Them That Way
- Which is best for hosting, HostGator, GoDaddy or LunarPages?
- How can I use add-on domain feature in Cpanel to show my website?
- How much does it cost to buy a domain name and make a website?
- How do you register a domain name without a website?
- Is there a web hosting service that lets me use my own HTML files?
- What’s the best site to buy a domain?
- how to make a godaddy domain work with a different host?
- What is the best source for WordPress hosting and themes?
- Can someone tell me a list of popular websites made in GoDaddy?
- How can I sell domain names that I buy?
- Where can I buy a Domain name for cheap a trusted site?
- Where can I get a cheap domain name?
- WordPress: Hackers Are Trying To Get Into Your Blog
- I need a hosting company with cpanel tools and variety of website templates



