Now the new version of page read counter plugin is released. There too many new features than version 2.0. With this version, you can see how many online people are reading your posts. And not only posts. Now you can see page viewing number.
A new version released. Please click here.
New features
INSTALLATION
Click here and download wordpress page read counter 2.1. If you are using page read counter 1.0 (1.1) or 2.0 already, please go plugin management page and deactive it. And delete sayfa_sayac.php under plugins folder. After, upload sayfa_sayac folder under plugin directory and active plugin. All old datas will converted for version 2.1 automatically.
Using Functions
When you add below function codes in your theme, you can display counter info.
<?php the_post_total_count(); ?>
Print total post reading count
<?php the_post_online_readers(); ?>
Print total online readers for that post
<?php the_post_max_online_readers(); ?>
Print total maximum online readers for that post
<?php the_post_daily_count(); ?>
Print daily post reading count
<?php the_post_count_lastdate(); ?>
Print last post reading date
<?php ToplamdaEnCokOkunanYazilar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>
Most reading posts on every time
<?php BugunEnCokOkunanYazilar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>
Most reading posts on today
<?php BuAyEnCokOkunanYazilar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>
Most reading posts on this month
<?php GecenAyEnCokOkunanYazilar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>
Most reading posts on last month
<?php BuHaftaEnCokOkunanYazilar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>
Most reading posts on this week
<?php GecenHaftaEnCokOkunanYazilar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>
Most reading posts on last week
<?php ToplamdaEnCokOkunanSayfalar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>
Most reading pages on every time
<?php BugunEnCokOkunanSayfalar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>
Most reading pages on today
<?php BuAyEnCokOkunanSayfalar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>
Most reading pages on this month
<?php GecenAyEnCokOkunanSayfalar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>
Most reading pages on last month
<?php BuHaftaEnCokOkunanSayfalar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>
Most reading pages on this week
<?php GecenHaftaEnCokOkunanSayfalar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>
Most reading pages on last week
<?php SuanOkunanYazilar(10, ' (', ' kişi)', '<ul>', '<li>', '</li>', '</ul>'); ?>
Now readings posts
<?php SuanOkunanSayfalar(10, ' (', ' kişi)', '<ul>', '<li>', '</li>', '</ul>'); ?>
Now readings pages.
A little Note!
After you active plugin, it will send me trackback which contains “I installed and tried your plugin on my site “dmry.net”" message. It’s only knowing how many people are using this plugin. It won’t send any information.
No, Ricardo. Plugin not give this count for all posts.
Hi there!
Is it possible to display the total count of all the posts were reading on the site?
Something like: “All the posts were reading xxx times” ?
Thanks!
Acaba bunu bloggera nasıl uyarlarız ben birseyler yaptım hafiften uyarladım ama her yazı ekledigimde düzenlemek zorundayım ve sayfaya tek yazı ekleyebiliyorum bu konuda bana yardımcı olurmusunuz…
Hi. I’m using your plugin and I don’t want to show the number of visits of each post. How can I do this?
in what pattern to insert the givenned code?
I will wait for the new version instead…lol..
thanks
Sorry Roman I can’t do now, because I don’t have free time for plugins. But I can give you an idea.
For posts which have more than one page, you can control posts ID with PHP $_SESSION.. So, if first page is viewed by visitor, you create a $_SESSION variable which name is like POST ID. While visitor viewing next pages, you can control $_SESSION variable. If $_SESSION variable(which name same as POST ID) was created (this means that, visitor viewed first page), page counter plugin, not count.. Else it will count and will create $_SESSION variable
I cant wait……can you let me know then? thanks
Yes you are right Roman
I didn’t think paging for posts. So plugin count for every page.. I will fix it on the new version of sayfa sayac
Hello, I have one problem with this plugin. I use a multipage plugin also and when visitors read the post with more pages it counts the posts views incorrect. For example see here: http://www.phonearea.net/2007-.....atana-dlx/ . can you help me how to fix that? Thanks