Status
Not open for further replies.
7 comments
PHP:
if(!is_page()){
    //sidebar goes here
}

or you could specify the id of pages to hide it

PHP:
//if page id != 1, then display sidebar
if(!is_page(1)){
    //sidebar goes here
}
 
Status
Not open for further replies.
Back
Top