Query Post for jobseeker blog home 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); ?>