Tag Archives: code
Google Maps API
In a recent project it was asked to provide a Google map on a number of pages. It would have been to time consuming to create a custom map and manually place the code on each page. Instead using the Google Maps API was a better choice because the address could be pulled from a custom field in the post and used to create the map. The first step is signing up for a API key, as with most Google products is free and only requires a Google account. Continue reading
WordPress Theme Options Framework
Framework for those wanting to add an options page to their WordPress themes. Code examples and downloaded code. Continue reading

WordPress 2.7 Comment Threading
Overview of implementing new WordPress 2.7 comment threading into an existing theme. Complete with code examples. Continue reading →