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: WP-Sticky With WordPress 2.7  (Read 3993 times)

0 Members and 1 Guest are viewing this topic.

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
WP-Sticky With WordPress 2.7
« on: 11 December 2008, 13:45 »
WP-Sticky 2.31 by default WILL NOT work with WordPress 2.7 because of a conflict function name. This is the error you will get:
Code: [Select]
Fatal error: Cannot redeclare is_sticky() (previously declared in /home/jzacsh/public_html/wp-includes/post.php:756)
To solve this, do the following:

In line 143 of wp-sticky.php, find:
Code: [Select]
function is_sticky() {Replace:
Code: [Select]
function is_stickied() {
Due to a large number of requests, I decided not to retire WP-Sticky and I have updated it to 1.40 to be compatible with WordPress 2.7.

Download WP-Sticky 1.40: http://downloads.wordpress.org/plugin/wp-sticky.1.40.zip
« Last Edit: 12 December 2008, 14:22 by GaMerZ »

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