The archives
WordPress
We’ve been running Cinch Hosting for nearly a decade now. We’ve also been quietly running a web maintenance and security service through Spigot. Well, now they are joined into Cinch Web Services. We’re offering security and…
If you’re building a responsive site with a fixed header, you may have run into troubles with content below the header fitting correctly, depending on what screen size your viewing at here’s a quick rundown…
WordPress stopped auto filling in the ‘admin’ username on install a while ago in version 3.7, but that doesn’t mean someone can’t fill it in that way themselves. Here’s a screenshot that shows why this…
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’))…
I recently ran into an issue with redirect loop when logging into a new WordPress site. Enter username & password, click login – get redirected back to log in page. First thing I did was…
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…
We recently relaunched a site for local Park City real estate agent Nancy Tallman, built around Placester, which provides solutions for IDX/MLS integration. While they mainly focus on a hosted IDX system, they do offer…
I absolutely love Advanced Custom Fields. It’s part of the reason I love using WordPress so much. It makes things very easy for clients, and is a breeze to develop. Every now and again I…
A client wanted to be able to easily contact customers through the New Order admin notification in Woocommerce by simply replying to that notification. The default reply-to is the store owner’s email, so we needed…