lisovaccaro
lisovaccaro

Reputation: 33966

Easy way to get daily pageviews (different to each url)?

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?

Upvotes: 1

Views: 465

Answers (5)

gandil
gandil

Reputation: 5418

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.

Upvotes: 0

Jossi Fresco
Jossi Fresco

Reputation: 425

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.

Upvotes: 1

andrewk
andrewk

Reputation: 3871

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.

Upvotes: 0

bimbom22
bimbom22

Reputation: 4510

Try using the Wordpress.com stats plugin or Google Analytics.

There is also a Google Analytics Wordpress plugin

Upvotes: 0

yoda
yoda

Reputation: 10981

http://wordpress.org/extend/plugins/pixelstats/

Counts not only the pageviews but also the RSS viewed articles.

Upvotes: 0

Related Questions