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: Date Display on announcements with Thesis theme  (Read 1427 times)

0 Members and 1 Guest are viewing this topic.

Offline RobLMull

  • Newbie
  • *
  • Posts: 3
    • View Profile
Date Display on announcements with Thesis theme
« on: 03 August 2009, 03:04 »
Wordpress 2.7.1, Thesis Theme 1.5, WP Sticky 1.50. website - www.hitechanswers.net
I have read all the posts on announcement date set to no but banner will not display, date still displays. I do not know where you are saying to change the_time() to the_date()? In a specific php file?
Thanks for the help.

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Date Display on announcements with Thesis theme
« Reply #1 on: 03 August 2009, 04:59 »
If you want to use the date, I would recommend you to use the built-in sticky feature in WP2.7

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

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Date Display on announcements with Thesis theme
« Reply #2 on: 03 August 2009, 05:35 »
Actually I don't want the date to display I want the "Banner" to display. It won't, even though I have Sticky Option set on Display Date - NO

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Date Display on announcements with Thesis theme
« Reply #3 on: 03 August 2009, 06:11 »
In that case you need to use the_date(); You do not need to replace the_time(). You can just place
Code: [Select]
<?php the_date(); ?> Somewhere before your post title.

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

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Date Display on announcements with Thesis theme
« Reply #4 on: 03 August 2009, 07:12 »
Thanks,
I hooked the code in "Before Headline", and even changed the banner text so I updated sticky options. Date still appears on announcement post. Do you know if this works with Thesis? I can't get an answer from anyone in that forum.

Thanks for the help.

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Date Display on announcements with Thesis theme
« Reply #5 on: 03 August 2009, 08:39 »
I have no idea, how about try on the default theme first.

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