Forums

[resolved] Exclude Loop (3 posts)

  1. bwint01
    Member
    Posted 2 years ago #

    Alright. I would like to add a Featured posts section in my sidebar, showing posts from a selected category. Now I got that part covered. However, on the home page I also have the featured posts at the top below the nav. What condition do I put outside the sidebar featured to say

    if home, do not show loop code?

    Thanks

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    <?php if(!is_front_page()) :?>
    [ do featured posts ]
    <?php endif;?>
  3. bwint01
    Member
    Posted 2 years ago #

    thank u

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags