
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