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: Download Stats (Outside WP Loop)  (Read 2851 times)

0 Members and 1 Guest are viewing this topic.

Offline marty.mc

  • Newbie
  • *
  • Posts: 8
    • View Profile
Download Stats (Outside WP Loop)
« on: 24 July 2007, 15:31 »
Let me quickly explain my scenario:

I have a brother-in-law that I'm helping with a website. He is a teacher. He wishes, among other things, to share
notes from the classes with students. Each class will have it's own page. I suggested he upload class notes within a
category that bears the class name. I have a link to the files within that category working fine, but am at a loss as
to adding a full listing of files within the category. Your Usage instructions provide the code, but WordPress will not
allow me to insert the code into a page. It converts it to something "else". What's the catch to adding this:

Code: [Select]
<?php if (function_exists('get_downloads_category')): ?>
   <?php get_downloads_category(5,20); ?>
<?php endif; ?>

to a WordPress Page?

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Download Stats (Outside WP Loop)
« Reply #1 on: 24 July 2007, 15:35 »
you need to have a plugin that can exec php code within the wordpress post.

++ 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 Ttech

  • Official Support
  • Global Moderator
  • *****
  • Posts: 4,294
    • View Profile
Re: Download Stats (Outside WP Loop)
« Reply #2 on: 24 July 2007, 23:23 »
That is on the forums.
Learning and Helping one day at a time.




DevNode.org Operator - The IRC network for Programers