• Okay what I am trying to do is make it where all my “pages” do not show the ‘left’ sidebar (sidebar #1) and I want my blog to show both ‘left’ and ‘right’ sidebar. SO how would I go about deleting the ‘left’ sidebar from my pages but keep it for the blog portion of my site?

    (www.ignissolus.com)
    so you can see what I mean.

Viewing 1 replies (of 1 total)
  • Thread Starter mrincubus88

    (@mrincubus88)

    changed

    get_sidebar();

    to

    if(is_page(‘Page Name’)) :
    else :
    get_sidebar();
    endif;

    worked fine. thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Page, minus sidebar’ is closed to new replies.