3, 'orderby' => 'meta_value_num', 'order' => 'DESC' ,'post_type' =>'post' ) );?> have_posts() ) : $popularpost->the_post(); ?>
'approved', 'number' => '3', 'post_id' => get_the_ID() ); $comments = get_comments($args); foreach($comments as $comment) : echo( $comment->get_avatar . $comment->comment_author . '
' . $comment->comment_content); endforeach; } ?> get_results("SELECT * FROM $wpdb->comments WHERE comment_approved = '1' ORDER BY comment_date_gmt DESC LIMIT $number");?>