
Using Advanced Custom Fields within a WordPress theme
Advanced Custom Fields is a part of the mix of plugins that helps take this popular web based blogging tool into the realms of a fully featured content management system. In this article, I demonstrate how I added more fine grained control to the building of the frequently asked questions page on my personal portfolio page.
Read more
Adding decorative graphics to either side of headings within a WordPress theme with JQuery
Adding images to the DOM using JQuery needs to be handled with some care when creating a WordPress theme. There is a specific function in WordPress that handles this for us. In this article, I show you how to use this function to append and prepend inline graphics to a html element.
Read more