So I’ve introduced debug mode to our theme, I’ve been working to resolve just over 60 PHP notices so far. I’ll probably keep debug mode on for a little while
Yet another round of updates from one of our latest sites to go live and some additional development. Updates System email introduced Better form collection process Updates to php-functions (minor bugs
Another site used the stock theme and this one had a lot of work, however a lot of this was project specific so I really need to have a look
Social sharing is now a standard feature with this theme, there are also config options to toggle social sharing on and off for pages/posts. All in all a really useful
Wordpress likes to give away too much info by default like telling you if a username is exists or not. I have removed that and replaced any incorrect logins with
We know people are using RSS feeds less and less. However, for those that do we can make the RSS feed a little nicer. I’ve added featured images to the
WordPress will often compress images that are uploaded, however it doesn’t compress it to 100% quality. I have now update the template to force WP to always compress images with
As standard WordPress doesn’t show the toolbar to edit really important things like: header, underlines, colours etc. but these are really useful and should be on as standard. That’s what
WordPress doesn’t provide as many functions for handling custom taxonomies as it does it’s standard taxonomies so I’ve created some additional functions to give better support for tagging in all
So this template runs a custom excerpt function, you simply call excerpt($length); to return the content trimmed to your length. It also does some cool things like respect paragraphs which