For a recent project I had to build a custom footer for every post and page of a WordPress Site. The easiest solution I could come up involved some custom fields. In order to solve this problem I created three custom fields, style, content left and content right. Entering the values for these is very […]
You are browsing archives for
Tag: PHP
Using Mailchimp with CodeIgniter
On my new everythingyouliked.com site I wanted to include a MailChimp subscription form. Here’s the breakdown of how I did this. First of all I’ve used the excellent CodeIgniter Library for MailChimp API v1.3 from Wayn Hall. I’ve placed the MCAPI.php into the application/libraries folder and renamed it to Mcapi.php, and renamed the class itself to […]