Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Raul -Posts by specific author name

Simply a test

// WP_Query arguments
$args = array(
	'post_type'              => array( 'post' ),
	'orderby'                => 'comment_count',
);

// The Query
$query = new WP_Query( $args );