Using WordPress Post Thumbnail with Fancybox

Prerequisites

jQuery and Fancybox must be enabled. Have a look at the Fancybox how to page for detailed instructions.

Note – This assumes you have some previous experience with WordPress, however if you have any questions feel free to leave a comment.

Enabling Post Thumbnail

Add the following to your functions.php file:

Continue reading

09 Mar
Tips

Setting up Python Imaging Library (PIL) on Mac OS X 10.6

I am experimenting with Django at the moment, getting it up and running on my Mac wasn’t too difficult. I am using SQLite as the database.

I have set PIL up before on a Windows PC, and  don’t remember having any issues.  Like most tasks on Mac, I thought getting PIL to work was going to be pretty straight forward. As it turns out, I definitely need more practice and time using command line. After many a search online, I found something that worked for me:

Continue reading

07 Mar
Tips