Add pages w/o listing them on the menu bar

Discussion in 'ColorWay WordPress Theme' started by digitalfairydust, Apr 13, 2015.

  1. digitalfairydust

    digitalfairydust New Member

    Joined:
    Mar 4, 2015
    Messages:
    6
    Likes Received:
    0
    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
     
  2. sameerwalkar

    sameerwalkar Guest

    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:
    colorway footer setting.png

    Hope it will solve your issue. Let me know if have further any doubts.
     
  3. digitalfairydust

    digitalfairydust New Member

    Joined:
    Mar 4, 2015
    Messages:
    6
    Likes Received:
    0
    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.
     
  4. sameerwalkar

    sameerwalkar Guest

    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.

    colorway-menu.png

    hope it will solve your query. Let me know if have further any doubts.
     

Share This Page