Tag Archive: WordPress

WP-Migrate-DB: Migrating a WordPress Installation in 5 Easy Steps

WordPress

If you're a WordPress developer, migrating a finished development project can be one of the trickiest parts.  There's moving parts in many places that have to be taken into consideration, and migration is (unfortunately) where WordPress actually could use some improvement.  However, it's a necessary evil - one that I've done almost daily for a few years now.  I've developed a nice system to…

Continue Reading

Fighting the WordPress White Screen of Death

WordPress

We've all been there: We're editing the WordPress theme file, setting a new function and *BAM*: We view the site and it's nothing but a sea of white pixels.  There's no messages, no errors, nothing to indicate what you've done wrong.  And it's frustrating: sure, removing the change would fix the problem, but I (as I'm sure you agree) would rather know why it's not…

Continue Reading

WordPress for iOS: Much Improved

WordPress

I wrote a post a while back stating that the iOS app for WordPress was... lackluster, at best.  That was nearly a year-and-a-half ago, and it's nice to see that the app has come a long way.  I downloaded it to test it recently, and I was happily surprised with what I found: [gallery link="file"] Taking a page from the Facebook App's playbook has…

Continue Reading

One Web to Rule Them All: Media Queries

Design

This series is meant to be an in-depth look at Responsive Design.  It covers the history, the how-to, and best practices on responsive design, taken from the view of someone who hates fluid layouts and has found a (seemingly) better solution.  This session will be expounded upon in detail at BlogWorldExpo later this year. Yesterday we mentioned the who and what behind responsive design - how…

Continue Reading

Question: Adding GIT To My Workflow As A Designer

Development

This is a bit different than my usual post, since I'm looking more for feedback than I am trying to teach something. My typical workflow for doing a WordPress theme is as follows: Design PSD Mockups Develop HTML/CSS from PSD Weave WordPress boilerplate theme into HTML/CSS Take it server-side Finish up with functions and loops not already inserted I know that somewhere in there…

Continue Reading

Checking for A Specific Post Type in WordPress

Tutorial

Conditional Tags are one of my all-time favorite tools to use when developing a WordPress theme.  It's an intelligent use of programming logic that allows even non-coders to grasp the basics and, in turn, create complex and functional WordPress themes.  With the advent of custom post types, a method was needed to check for the presence of a certain post type, and display the…

Continue Reading

Easy Javascript ToolTips in WordPress

WordPress

A client needed a simple way to preserve real estate on the sidebar, but still have the ability to display their policies at a quick glance.  I found a plugin on the repository that uses the TipTip jquery script and condenses it down into a simple-to-use shortcode (complete with button on the editing screen). The plugin is called "WordPress Tooltip", and can be downloaded…

Continue Reading

Logged In? Or Not? WordPress Can Check!

Development

Today's a quick post, but it's worthwhile if you're using WordPress as a Content Management System.  A lot of times people utilize the built in account system (user logins) to showcase membership data, ecommerce data, and a whole lot more.  I found a need at one point to show different data to people depending on whether or not they were logged in.  Turns out,…

Continue Reading