Bu yazı 14.01.2007 - 21:20 tarihinde yayınlanmıştır

WordPress Page Read Counter 2.1

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

  1. WordPress Page Read Counter 2.1 is compatable with WordPress 2.1.x and 2.0.x
  2. Plugin not count only posts, and now it will count page readings.
  3. Now we can see how many online people reading our posts and pages.
  4. On old version, you must to add a function in single.php file. So plugin count the readings. Now you must not add any code in this file. After plugin actived, counter will started.
  5. Plugin add a coloum “Reading” on post manager table. So you can see reading numbers on post manager table.
  6. Plugin use gmt date for last reading dates.
  7. Counter plugin archives all reading data daily. So you can list most reading posts/pages for this-last week, this-last month.

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 underplugin 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.

Merak Ettikleriniz

Yorumlar
Yorum Yap

İsminiz

E-Posta

Web Siteniz

Yorumunuz

Dmry.net Vital Teknoloji tarafından desteklenmektedir