• WPChina

    (@wordpresschina)


    I am trying to include the most recent 5 posts COMBINED from 4 of my categories. I don’t care which category they come from, but the last 5 posts total from these 4 categories should show up.

    I know how to show it with only one category, and I use the code below, but what do I need ot change to make categories 7,8, and 9 show up?

    tks!

    <?php $posts = get_posts( “category=6&numberposts=5” ); ?>

  • The topic ‘How to show most recent posts from 4 of my categories?’ is closed to new replies.