WordPress Page Read Counter 2.1

14 Ocak 2007, 21:20 tarihinde yazılmış olup, 4,446 kez okunmuş ve 733 yorum almış

Etiketler:

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.

3.83

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 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:
  1. <?php the_post_total_count(); ?>

Print total post reading count

PHP:
  1. <?php the_post_online_readers(); ?>

Print total online readers for that post

PHP:
  1. <?php the_post_max_online_readers(); ?>

Print total maximum online readers for that post

PHP:
  1. <?php the_post_daily_count(); ?>

Print daily post reading count

PHP:
  1. <?php the_post_count_lastdate(); ?>

Print last post reading date

PHP:
  1. <?php ToplamdaEnCokOkunanYazilar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>

Most reading posts on every time

PHP:
  1. <?php BugunEnCokOkunanYazilar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>

Most reading posts on today

PHP:
  1. <?php BuAyEnCokOkunanYazilar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>

Most reading posts on this month

PHP:
  1. <?php GecenAyEnCokOkunanYazilar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>

Most reading posts on last month

PHP:
  1. <?php BuHaftaEnCokOkunanYazilar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>

Most reading posts on this week

PHP:
  1. <?php GecenHaftaEnCokOkunanYazilar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>

Most reading posts on last week

PHP:
  1. <?php ToplamdaEnCokOkunanSayfalar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>

Most reading pages on every time

PHP:
  1. <?php BugunEnCokOkunanSayfalar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>

Most reading pages on today

PHP:
  1. <?php BuAyEnCokOkunanSayfalar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>

Most reading pages on this month

PHP:
  1. <?php GecenAyEnCokOkunanSayfalar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>

Most reading pages on last month

PHP:
  1. <?php BuHaftaEnCokOkunanSayfalar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>

Most reading pages on this week

PHP:
  1. <?php GecenHaftaEnCokOkunanSayfalar(10, ' (', ')', '<ul>', '<li>', '</li>', '</ul>'); ?>

Most reading pages on last week

PHP:
  1. <?php SuanOkunanYazilar(10, ' (', ' kişi)', '<ul>', '<li>', '</li>', '</ul>'); ?>

Now readings posts

PHP:
  1. <?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.

Wordpress.Org Lisans Kullanım Şartları Dmry.net Hakkında

Kullanım şartları yerine getirilmeden hiçbir şekilde kopyala-yapıştır yapılamaz.
eXTReMe Tracker