Forums

getting Sidebar on select pages (3 posts)

  1. gyverx
    Member
    Posted 3 years ago #

    Hoping someone can help here. What I am trying to do is get the side bar to show up on select pages. I know there was a way to do this in Postnuke CMS but this is that :) I searched WP but I dont think my search criteria is correct.

    If some one knows that answer or can help with some search criterias that would be great

    Thanks
    Jason

  2. thelastknight
    Member
    Posted 3 years ago #

    In your page.php (which I'm assuming you're using to display pages) use is_page().

    <?php
    
    	if (is_page('Page Name')) {
    
    		get_sidebar();
    
    	}
    
    ?>

    Here's some more info http://codex.wordpress.org/Conditional_Tags

  3. gyverx
    Member
    Posted 3 years ago #

    Awsome... Thanks

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.