My photos...

'; echo '

'; echo ''; } /* Function to get the popular posts from Table POST */ function Popularpostsample() { global $wpdb; ?>

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) { ?>
  • Advertisement ">" alt="Ad" width="125" height="125"/>

    '; echo ''; } register_widget_control('wr - Ads 125x125', 'adsWidgetAdmin', 200, 200); ?>