Hi there,
I’m trying to remove the sidebar as well, but only from specific pages. I’m pretty new to wordpress so I hope I’m doing the right thing!
I created a custom page which I intend to use to have a specific page display in full width:
https://www.ruxography.com/gallery/
Tried all sorts of combinations with
<?php
if( !is_page(‘183’) ){
<?php get_sidebar(); ?>
}
?>
..but nothing seems to be happening.
Any thoughts?
Appreciate your help!