Adding Theme Options to a Thematic Child Theme
Thematic is a pretty awesome theme framework for Wordpress, but there are some annoying things about it. One annoying thing I ran into was not being able to easily create a nifty looking Theme Options page. Themes like Avada gave me the impression that they were not all that difficult, but I was wrong, I was horribly wrong. After tutorial searching for a day I've put together a template that might help you out in the future if you ever need something like this. Read More
Looking at a clients old site to see it’s built using only tables
Walking out of the office on Friday
Best Userscripts for Tampermonkey and Greasemonkey
For those who don't know, Greasemonkey and Tampermonkey are addons for Firefox and Chrome respectively. They allow you to install scripts that people write and will run on certain pages to include functionality and allow for some pretty nifty stuff! Here are a few of my favorite. Read More
Music to Listen to while Coding
Click here for Part 2! Link to my Spotify Playlist! A lot of people listen to music while coding, including me. The trick is which music will help to create an environment that encourages calm and productive code. Here's a list of the music I listen to whilst coding: Tycho - Extremely calm and mellow. Used for right when I get into the office in the morning. Personally I think his best album is Dive but he's also coming out with more soon! A Walk Adrift Read More
When a plugin actually has a good API
How to fix WordPress 8080 port redirects with Varnish
If you're using the Better WP Security plugin for Wordpress then you're probably wanting to change your backend link from /wp-admin/ to /secret-dashboard or something. However if you have Varnish installed this can lead to problems. Read More
Issue with SEO Ultimate Plugin
If you have the SEO Ultimate plugin installed you may have an issue with your SEO ironically. It's a quick and easy fix, if you go to the plugin options under Open Graph. Read More
Essential WordPress Plugins
Just like every other person on the internet I've compiled a list of the best Wordpress plugins in my opinion. Read More
Ultimate Guide to Setup a WordPress Server
If you're anything like me server's piss you off. Not because they aren't cool, but because you'll get to a point where you have everything setup the way you want then you run into an issue that nobody on the internet has experienced. Worse still I'll have to start over completely with a new distro because the one you want to use isn't supported by someone or whoever. So this is the Ultimate Guide to Setting up a Wordpress Server for complete noobs who know almost nothing about linux or servers. This setup is a simple LEMP stack designed not to be too complicated for beginners. For more High Performance servers see my other post here. Read More