create front-end users post list by specific category

As far as i know there is no arguments array key name 'post_category' in WP_Query . Insted of 'post_category' use either 'category__in' => array( 2, 6 ) or category_name' => 'staff'.

And also for the id case use echo get_the_ID() … to print the post id