DY Page View Count
Plugin Description:
Simple plugin counts each page view.
Call function in your theme template to show how many times page has been viewed:
<?php dyGetPageViewCount($slug, $offset, $echo); ?>
- $slug - slug of the page;
- $offset - add ($offset > 0) or subtract ($offset < 0) the number of views by the specified amount. By default $offset = 0;
- $echo - print result on page ($echo = true) or return it ($echo = false). By default $echo = false;
Version history:
- 1.0 - Initial upload
- 1.1 - Added ability to get number of views for website
You can get more information on DY Page View Count page of my website.
Install Instructions:
Download the plugin, extract to plugins folder and activate it in plugins tab.
Archived Versions:
These are old versions of this file. Please use with caution as they are probably out of date and no longer supported. ShowHide