Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

user post count

$meta_query = array(
	array(
		'key'     => 'post_count',
		'compare' => '>',
		'type'    => 'NUMERIC',
	),
);