When I’m working on a site, be it WordPress or any other type, it’s really useful to know what template is generating the current page. This is not so easy when you have potentially hundreds of small files compiling an individual page on content.

Continue Reading “Quick Tip – Quickly see which template files are used for any page on your WordPress site”
Read more

FontAwesome is a wonderful tool. For those of you unaware, this is a library of icons available for use in your applications. The latest iteration (5.0 at time of writing) has provided a whole range of new features and thousands of icons that are endlessly useful. These are easily added into your application with some very simple code, all covered in great depth in their “Getting Started” guide. Continue Reading “Switching FontAwesome Icons on Click with jQuery”

Read more

We’ve all seen them, those pesky notices to update your WordPress installation. Worse still, we’ve all had customers say, “I see there’s an update available…”. Yes, we do want to keep our WordPress installations up to date, but we don’t want those without the necessary permissions to pester us about it on a daily basis. Continue Reading “Hide WordPress Update Notices from non-admins”

Read more

The Problem

You want to use Composer but you’re not quite sure what you’re doing?

Apple have tightened up their security with the release of OSX El Capitan.

I am not hugely familiar with Composer and other command line interfaces. In order to learn I wanted to get Composer installed globally to make life a little easier.

Previously it was possible to drop the file in the /usr/bin folder and away you went. I had used this method before and it went very smoothly. This is no longer the case with El Capitan. Continue Reading “Installing Composer Globally in Mac OSX El Capitan”

Read more