How to delete sidebar from several pages
-
I have this code that works for 1 specific page which is the Portfolio.
<?php if ($post->ID != 20 && get_post_type() != ‘portfolio’)
get_sidebar();?>I want to know how do I add extra pages to it?
thank you ??
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘How to delete sidebar from several pages’ is closed to new replies.