Displaying Total of All Views
-
Hello,
I am using the following to display the total of all the post views which seems to work but I am unsure about TYPE in the sql query.
global $wpdb; echo number_format_i18n(intval($wpdb->get_var("SELECT SUM(count) as total FROM " . $wpdb->prefix . "post_views WHERE type = 4")));
Is the above correct?
Also, it would be good to have this as a short code or php function to make it easier to show in templates and widgets.
Thank you,
Bharat
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Displaying Total of All Views’ is closed to new replies.