WP_QUERY
fh
// WP_Query arguments $args = array( 'post_type' => array( 'post' ), 'orderby' => 'comment_count', ); // The Query $query = new WP_Query( $args );
fh
// WP_Query arguments $args = array( 'post_type' => array( 'post' ), 'orderby' => 'comment_count', ); // The Query $query = new WP_Query( $args );