Results 1 to 2 of 2

Thread: How do I query multiple Categories on a new page

  1. #1
    Thread Starter
    Junior Member samonja's Avatar
    Join Date
    Mar 2012
    Location
    Atlanta, Ga
    Posts
    48
    Thanks
    3
    Thanked 1 Time in 1 Post

    How do I query multiple Categories on a new page

    I am trying to create a new blog page for the jobseekers. I want to only show about 5 post from each categories --- how do i do that.

    this is the string for one category --- thanks


    <?php $args = array( 'paged'=> $paged, 'post_type' => 'post','cat' => 244 ); query_posts($args); ?>

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,693
    Thanks
    166
    Thanked 3,387 Times in 3,258 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Sub Categories Query ?
    By danjo in forum ClassiPress General Discussion
    Replies: 1
    Last Post: September 22nd, 2012, 11:40 AM
  2. Sub Categories Query ?
    By danjo in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: September 22nd, 2012, 11:40 AM
  3. Warning: the Query Multiple Taxonomies plugin doesn't work with Vantage
    By carlos takemura in forum Help Using Vantage (Legacy)
    Replies: 1
    Last Post: August 27th, 2012, 05:02 AM