Click here to Skip to main content
15,917,321 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello everyone,

since I am a newbie when it comes to coding with HTML & CSS I wanted to know how I can add more permalinks.

Above my (Designed by Nino. 2016) I want to add a privacy policy and a disclaimer which by clicking guides you to a page. I would really really appreciate it if you could tell me what to code.

What do I need to code so I do not mess up my HTML (Appearance >> Editor >> Theme footer [footer.php]

This is what I got on :


/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package Sydney
*/
?>


<!-- #content -->










<!-- .site-info -->
<!-- #colophon -->
<!-- #page -->



</body>
</html>
Posted
Updated 21-Sep-16 4:01am
v2

1 solution

Before closing tag, insert

HTML
<a href="yourprivacypage">Privacy</a> <a href="yourdisclaimerpage">Disclaimer</a>


Edit "yourprivacypage" and "yourdisclaimerpage" to your actual pages.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900