Bu yazıları yorum sayısına göre listeler
$my_query = new WP_Query('post_type=customp&showposts=5$orderby=comment_count');
Bu belirli bir kategorideki yazıları listeler (kategori IDsine göre )

$my_query = new WP_Query('post_type=customp&showposts=5$cat=1');