How to count post views without wordpress plugin
How to count post views without wordpress plugin
There are many wordpress plugin which will give you the post views using custom tables. But here using following code you can track the post views of your wp site.
Using external plugin, you can get the views and report but it will add more sql quries and extra load to your site. So I suggest use following code for getting the post views.
You just need to copy and paste the following code into…
View On WordPress













