Most Commented

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

Most Viewed

Powered by WordPress | | | Entries (RSS) | Comments (RSS) | Theme: Aranovo2 by go41 themes