I need to display daily pageviews in my wordpress site. The problem is I need it to be url aware I mean not count visits for the whole site but just count how many visits the current URL had. Is there an easy way to do so?
Leave a Reply
You must be logged in to post a comment.
Try this plugin:
http://ajaydsouza.com/wordpress/plugins/top-10/
It will count the number of page views on your single posts on a daily as well as overall basis.
http://wordpress.org/extend/plugins/pixelstats/
Counts not only the pageviews but also the RSS viewed articles.
Try using the WordPress.com stats plugin or Google Analytics.
There is also a Google Analytics WordPress plugin
you can use wp post views http://wordpress.org/extend/plugins/wp-postviews/
i’ve used it before. you won’t get analytics but if you include the
post views function
in your page you can see how much.it also has options, like whether to count bots or not.
http://wordpress.org/extend/plugins/top-10/
WordPress doesn’t count page views by default. Top 10 will count the number of page views on your single posts on a daily as well as overall basis. You can then display the page view count on individual posts and pages as well as display a list of most popular posts based on page views.