Описание
This one is counts and dipslay all unique users hits or views for each post on our blog.
We are saving every information in the database.
Once we activate this plugin, it will automatically create table in the database.
Установка
- Download the file
- Upload and extract the file the copy the folder into our plugin location like (wp-content/plugins/unique_post_view_conter)
- Activate the plugin from admin side.
- If you want to display uniquer user count add this function in single.php .
<?php unique_views(get_the_ID()); ?>
Unique Views - If you want to display full count add this function in single.php .
<?php total_views(get_the_ID()); ?>
Total Views
Отзывы
Участники и разработчики
«Unique Post Views Counter» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Unique Post Views Counter» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.