Description
This plugin gets visitors ip address and records the visited address and counts the visitor on daily, day before, week, month and total. It also gets visitors ip and set post view count.
Major features in Elegant Visitor Counter include:
* Use widget area to display visitor counters.
* Display raw visitors number using shortcode, eg. [visitor-counter visitor="all"]
. Arguments: all
, visitors_today
, visitors_yesterday
, visitors_this_week
, visitors_this_month
, total
.
* Display post view count, use shortcode [post-counter]
inside post loop.
Screenshots
Installation
- Upload
elegant-visitor-counter
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Visit Appreance -> Widgets in the admin panel and place the widget where you want.
Reviews
Contributors & Developers
“Elegant Visitor Counter” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Elegant Visitor Counter” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.0.0
- Added shortcode support
[visitor-counter visitor="visitors_this_week"]
, returns visitors number depending on arguments. Arguments to be usedvisitors_today
,visitors_yesterday
,visitors_this_week
,visitors_this_month
,total
.
3.0.0
- Added post views count. Use shortcode
[post-counter]
inside post loop to get the post count.
3.0.1
- Added display of total post view count in backend listing of posts and post types.
3.1
- Added settings page where background color and text color of total count can be changed with alignment.
3.1.1
- Setting page redesign.