Forums

How To Display Sidebar Content On All Pages Except The Home Page (2 posts)

  1. Bhoney
    Member
    Posted 3 years ago #

    Does anyone know the exact code to use to display sidebar content on all parts of the blog except the home page?

    Thank you :)

    Btw, I tried the conditional tags page and I can't quite seem to figure it out.

  2. blogsdna
    Member
    Posted 3 years ago #

    Yes you can do this with following code

    <?php if !is_home() :?>;
    get_sidebar(); -- or include(sidebar.php);
    <?php endif; ?>

Topic Closed

This topic has been closed to new replies.

About this Topic