Quick and Dirty way to add code some Javascript to a footer

By Aaron | May 20, 2015

I every once and a while a client needs me to add some kind of Javascript code to the site. Most time it is a Google snippet or something for Facebook. It is always for tracking purposes. Just open functions.php and add this in the file. function ar_add_facebook_snippet() { ?>

How to get Apache to serve up .SVG and .SVGZ files

By Aaron | December 15, 2014

I ran into this today. This isn’t WP specific, but whatever. I’m sure I’ll have to do this again at some point. Basically, .SVG files are Scalable Vector Graphics. A .SVGZ is a compressed version of it. It is a really good type of file format on the web for things like logos and icons.…

Adding a Favicon correctly in WordPress

By Aaron | December 12, 2014

There are 19 different ways to “load” a favicon. You can put it in the of the site, just like how you would with a static site. I tend to a lot of people recommending of dropping your favicon into the root of your site, for example: https://aaronreimann.com/favicon.ico. But, what if people switch hosting and…