The archives
Intermediate WordPress
April 10 Update: MainWP Support found the issue. Apparently there was conflict between the way MainWP handles updates and the way WordPress SEO by Yoast updates when custom post types were involved. The latest version…
A recent project required that the post date show the year only if it wasn’t written in the current year. Here’s how it’s done with WordPress: [php] <span class="date"> <?php if ( get_the_time(‘Y’) == date(‘Y’))…
If you use Hybrid Core or any of the themes on Theme Hybrid, or use Get the Image as a standalone plugin, you’re probably familiar with how the function works, and thankful that Justin built…
After a recent launch a twitter follower asked how we manage development and I replied: He then asked for a writeup. So let’s talk about how we develop WordPress websites. These are the steps we…
Here’s how to modify the Theme Layouts extension in Hybrid Core: in functions.php: You can then hide sidebars and such like so: in a sidebar template:
As SVG continues is rise to the top of the internet image food chain you may have found yourself wondering why WordPress gives the security smackdown when uploading SVG through the Media Uploader: Fix it…
It’s well known that the search functionality built into WordPress isn’t awesome. The Swiftype Search plugin changes that, improving on the default search in every way. Better relevance ranking, real analytics, manual overrides, and it’s…
Since it first came out I’ve been installing the WordPress.com Stats plugin on nearly every site I build. It’s a very popular plugin because it provides a quick overview of site traffic and related information…