Forums

get_sidebar only in posts (2 posts)

  1. Tom Kroscavage
    Member
    Posted 2 years ago #

    I would like to get the sidebar only in the posts not the pages. Will this work?

    <?php if (is_single()) { get_sidebar() } ?>

  2. Tom Kroscavage
    Member
    Posted 2 years ago #

    Is this better?
    <?php if (is_single()) {get_sidebar();} ?>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.