// show the total number of live ads. Uncomment when ready to use $numposts = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->posts WHERE post_status = 'publish'"); if (0 < $numposts) $numposts = number_format($numposts); echo $numposts;
There are currently 1 users browsing this thread. (0 members and 1 guests)