blogrollcenter.com How to display posts from a category | DesignPlus iT Marketing Solutions

How to display posts from a category

If you want to display posts from a single category in your WordPress theme, you should add the following line below the Loop:

http://designplusitmarketing.blogspot.com/
<?php query_posts( 'cat=33' ); ?>
Replace 33 with your category ID. This will filter the Look showing only posts from the category you have selected.
If you want to show more than one category, you can add the IDs separated with comas:
<?php query_posts( 'cat=33,44,55,66' ); ?>
Share on Google Plus

About Unknown

    Blogger Comment
    Facebook Comment

0 comments:

Facebook Comments by MD Salah Uddin | MS KHOKON

Post a Comment