I’m using Jetpack to retrieve the number of views for each blog post. Is there a way to use this to generate a call to the most viewed posts...
I am using this code to show 3 most popular posts based on number of comments : <?php $pop_posts = 3; $popularposts = "SELECT $wpdb->posts.ID, $wpdb->posts.post_title, COUNT($wpdb->comments.comment_post_ID) AS 'stammy'...
I’ve installed WordPress Popular Posts plugin but found that it displays popular posts only from category. I want to display popular post for custom taxonomy. I found some hack...
I am creating a new wordpress blog. I want to make two pages on the blog. One page to display the popular post and another page to display the...
I am using the Jetpack plugin to get ‘site stats’ which shows the number of views for blog posts/pages. So I’m no expert or anything but I’m guessing there...
I have a multisite network on WP 3.3.1. I now need to get all popular posts from across this network (preferably based on the amount of views). Is this...
Hey i wanted to display the 5 most popular post by view count in my sidebar, but i don’t want to use a plugin, i want the php function...
I use the Ribbon theme that has a nice tabbed widget showing the most popular and most recent posts. I would like to limit the most popular posts to...
I am going to implement a Hot and Trending section on a website. I have seen such sections on many popular websites but can’t really figure out how exactly...
I’m trying to sort the popular posts so it shows the most visited in the last week, but it hasn’t worked. Anyone have an idea of why it isn’t...