Hello
nice plugin,i want to know if this plugin can show how many times a post have been read on frontpage,like beside categories in a post? or page?
Hello
nice plugin,i want to know if this plugin can show how many times a post have been read on frontpage,like beside categories in a post? or page?
<?php
global $count_per_day;
if(method_exists($count_per_day, "show")) $count_per_day->show();
?>
Should show you the number. See the readme.txt for parameters.
Well what i ment was,like in every post posted,it show visitors how many times post have been read,like a small tab beside categories and comments?
Do you get what i mean now now Tom,and thanks for this wery nice plugin.
regards ken
sorry, no.
if you insert my code snippet in your single.php of the theme it shows the number of reads.
or use the widget in the sidebar.
Soo if i insert your snipe it shows how many read on each post?
it shows how many reads the page/post have you see. so you will see a different number on every page.
You must log in to post.