Hi - I'd like to add a few pages (privacy, terms of service) and have their links show up at the BOTTOM of each page, rather than as part of the main menu bar. (For reference, the website is www.digitalfairydust.com - the "Privacy" option currently on the menu is one of the links I'd like to move elsewhere.) Could you tell me how to do that? Thanks, Moira
Hi, Use the below HTML code and put under Appearence>> Theme Options>> Footer Settings>> Footer text Code: <ul> <li><a href="www.yoursiteurl.com">Privacy<a></li> <li><a href="www.yoursiteurl.com">Terms & Conditions<a></li> </ul> You can also refer the image below: Hope it will solve your issue. Let me know if have further any doubts.
Thanks, Sameer - This puts links down at the bottom, but how do I get rid of the same pages on the menu bar? I only want them listed in the footer.
Hi, To remove privacy option from menu, just go to your dashboard>> appearance>> menus and then remove the page item that you wish to remove. You can also refer the below image for your ready reference. hope it will solve your query. Let me know if have further any doubts.