• Resolved torndownunit

    (@torndownunit)


    Is it possible to make only one category appear in your blogroll?

    EG most of my categories are products on the current site I am working on. One of them is “News” though. I would like only the “News” posts to show up on the Blogroll/Blog Page/Front Page. No posts from the other categories.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • MichaelH

    (@michaelh)

    Use the example from The Loop on excluding categories but use something like this to only include category 3

    <?php query_posts($query_string . '&cat=3'); ?>
    Thread Starter torndownunit

    (@torndownunit)

    Thanks! going to go give it a shot now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make only one category appear in the Blogroll’ is closed to new replies.