Hello Guys,I am not good in programming so please tell me...my website is "ps2blog.org"..I want to put privacy policy and terms and conditions..How can I put that in the footer so that someone click on that takes to specific page ?thanks
<a href="link">som kinda text</a> Code (markup): I would recomend you to use a list to position alle links in the footer
You guys don't think it'd be important to tell him *where* the footer is so he can edit it? From the Wordpress admin menu, go to Design and then Theme Editor. Click on "Footer" on the right hand side and, somewhere inside the "footer" div, add the following code: <a href="privacypolicy.html">Privacy Policy</a> <a href="terms.html">Terms & Conditions</a> Code (markup): Replace the bits in "href" with your actual links, remembering that you need to create these actual pages first.