Conversation
supportWho knows how I can show views count under the post? (single.php) I would be very grateful!
Hi zenial, WP Most Popular uses a custom table to store post data. This means that to fetch post count data, you’ll need to write a custom query to fetch the data. The table name is {wp_prefix}_most_popular I’m currently planning the next major version of the plugin which will store the post data in post meta and make it much easier to fetch the counts. Thanks, Matt
Hi zenial, WP Most Popular uses a custom table to store post data. This means that to fetch post count data, you’ll need to write a custom query to fetch the data. The table name is {wp_prefix}_most_popular I’m currently planning the next major version of the plugin which will store the post data in post meta and make it much easier to fetch the counts. Thanks, Matt