Skip to content
WJunction - Webmaster Forum

How to disable sidebar on a page

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.

About the author

X
Active Member · Joined
Playing chess, CS
1,402
Messages
113
Reactions
63
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom