Forums

[resolved] remove sidebar on a salespage (2 posts)

  1. joshuamcel
    Member
    Posted 2 years ago #

    I want to create two sales/landing pages on my website, and I want to remove the sidebar from those 2 pages only (less distraction).

    Does anyone know how I can accomplish this?

    Here are the 2 pages I'm talking about...
    http://www.exlove.org/get-your-ex-love-back/for-men/
    http://www.exlove.org/get-your-ex-love-back/for-women/

    Thanks,
    Joshua

    ps. I created a second theme without the sidebar in hopes I could just assign those 2 pages to the new theme -- no luck

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    <?php
    if (!is_page(array('for-men','for-women'))) {
      get_sidebar();
    }
    ?>

    See Conditional_Tags and Page Templates

Topic Closed

This topic has been closed to new replies.

About this Topic