WordPress Posts Archive
27 Jul 2017
How to Display Most Popular Post Without Using Plugin in WordPress

There are numerous plugins available on the WordPress plugin directory for most popular posts. We are going to display the most popular post using the simple post query based on post views. We will be using post Meta to store the views count and we’ll fetch the posts according to the views count using the