nasour (July 2nd, 2012)
wp_reset_query();
$paged = 0;
query_posts(array('post__in'=>get_option('sticky_posts'),'post_type' => APP_POST_TYPE, APP_TAX_CAT => $term->slug, 'paged' => $paged, posts_per_page=>10, orderby => 'rand')); ;
get_template_part( 'loop', 'ad-listing' );
nasour (July 2nd, 2012)
There are currently 1 users browsing this thread. (0 members and 1 guests)