Forums
Forums / Fixing WordPress / remove sidebar on a salespage
(@joshuamcel)
16 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
(@michaelh)
<?php if (!is_page(array('for-men','for-women'))) { get_sidebar(); } ?>
See Conditional_Tags and Page Templates
The topic ‘remove sidebar on a salespage’ is closed to new replies.