Category: Tutorials

Filtering wp_title() for Better SEO

When I last submitted Magazine Basic to the WordPress theme directory, I was told that they no longer allowed direct modification of certain elements within the header.php file. That meant…

Set Up an iOS Simulator on a Mac

Lately, I’ve been developing a lot of responsive designs specifically for the iPad and iPhone. Since I do all my developing on a Mac, I thought there’d be some type…

Trim Characters using PHP

I had previously written about how you can easily trim your text using a build in WordPress function called wp_trim_words() but sometimes you actually want to trim your text to…

Using the Ternary Operator in PHP

It took me a while to actually figure out the name of this type of operator since trying to search “PHP” and “question mark” didn’t really result in anything useful.…