All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.


Author Topic: Display count from current page  (Read 1049 times)

0 Members and 1 Guest are viewing this topic.

Offline hot-elle

  • Newbie
  • *
  • Posts: 3
    • View Profile
Display count from current page
« on: 01 February 2009, 07:43 »
Sorry for asking but I haven't found any information / code how can I display the count from the current single page.

Example from http://lesterchan.net/wordpress/2007/03/02/readme/: "It has accumulated a total of 25,363 views."

What is the PHP Code for that? Thanks.

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Display count from current page
« Reply #1 on: 01 February 2009, 07:58 »
It is in the readme.html. Note the tabs on top.

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline hot-elle

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Display count from current page
« Reply #2 on: 01 February 2009, 13:53 »
I have read that but every code I tried doesn't bring the result I want.

This code "<?php if(function_exists('the_views')) { the_views(); } ?> " shows me nothing.

Would you mind to write it down for me please?

Offline hot-elle

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Display count from current page
« Reply #3 on: 01 February 2009, 14:25 »
Now its fine I fixed it up...