updated   : May 15, 2012
we now have 588 snippets
category date
By : , on May 29, 2011 9:00 am

Capture users last login date and time

wordpress snippet

Adding the first snippet to the functions.php of your wordpress theme will capture a users last login time. Add the second snippet to the location you wish to display the users last login time.

read more
By : , on May 24, 2011 9:00 am

Use cron to schedule events in your blog

wordpress snippet

WordPress has the ability to schedule event using built in cron. So you can use this to schedule events on your blog. In this sample an email is sent out hourly to specified address however you could schedule nearly anything.

read more
By : , on December 19, 2010 4:00 pm

Post is older than

wordpress snippet

Adding this first block of code to your functions.php will allow you to check the age of a post to see if it is older than a set number of days. Great if you want to display some some information related to the post after set number of days or even stop displaying the post altogether.

read more
By : , on October 31, 2010 8:00 pm

Display calendar

wordpress snippet

Adding this PHP code to your wordpress theme will display a calendar.

read more
By : , on October 30, 2010 9:00 am

Add todays date

wordpress snippet

Add this PHP code to your theme and it will display todays date.

read more