Exclude sidebar on specific page
-
Hi,
i am making a new wordpress theme and i want that the sidebar is not included on the startpage.
i am using the following code:
<?php if($post->ID != ‘958’){ ?>
<?php get_sidebar(); ?>
<?php } ?>
`
But it isnt working.
The curios thing is, that on older template works.Any ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Exclude sidebar on specific page’ is closed to new replies.