Popular Post

get_results("SELECT * FROM $wpdb->posts ORDER BY comment_count DESC LIMIT 0 , 3"); foreach ($result as $post) { setup_postdata($post); $postid = $post->ID; $title = $post->post_title; $commentcount = $post->comment_count; $theexcerpt = $post->the_excerpt; if ($commentcount != 0) { ?>

Pages