total number of posts published today
-
Hi! Do you know how to display total number of posts published today ?
whit this code not work:<?php
$post_date = mysql2date(“Ymd”, $post->post_date_gmt);
$numpost = $wpdb->get_var(“SELECT COUNT(*) FROM $wpdb->posts WHERE post_status = ‘publish’ And post_date==post_date_gmt”);echo $numpost;
?>Thx
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘total number of posts published today’ is closed to new replies.