** I want to get post by categories in WordPress**
$args = array(\'post_type\' => \'project\' ); $postslist = get_posts( $args );