Genius is nothing but great effort applied. – Awa Kenzo

Give WordPress Posts an Even-Odd Class

If you're rolling your own WordPress loop(s), then this trick comes in handy when you build a "grid loop". A grid loop has post teasers side-by-side in a column.<?php if (have_posts()) : while … [Read more...]

How To: Display and Highlight Code in WordPress (without a plug-in)

No need to install a plug in to display and highlight code in WordPress. Although some plug ins offer added functionality (like one click copy/paste), at the end of the day - you're installing yet … [Read more...]

Fix The WordPress 3.3 Media Uploader

Did you upgrade to WordPress 3.3? Did your media uploader break? Yeah. It happened me and some of my clients too.Turned out to be a jQuery conflict...but it's an easy fix.If you're enqueing … [Read more...]

How To: Enable Post Formats in WordPress

Post Formats take WordPress 3.1 to the next level as a CMS. Enabling a more "Tubmlr" like experience. Your theme MUST support Post Formats for anything "cool" to happen. Currently Twenty Ten, Genesis … [Read more...]

How To: Disable the Admin Bar in WordPress

In the WordPress DashboardUsers --> Edit User/Admin --> Uncheck "Show Admin Bar" … [Read more...]

Follow the WordPress Development Team

This team makes it possible for 30,000,000+ people to have a blog. For you and I to make a living. Follow them individually, or use this Twitter list. … [Read more...]

Add New Contact Methods to WordPress

This has baffled me for as long as I've used WordPress. Why aren't Twitter or Facebook listed in the Contact Info section of the User page? I know this featured isn't used much, but that's because it … [Read more...]

WordPress Post Format Examples

Post formats are a great way to turn a your WordPress blog into a Tumblog. By using post formats, you can easily manipulate the items in the loop with either conditional php or CSS. Add support for … [Read more...]

How To: Roll your own News Ticker with YQL, XML, and jQuery

The boss wanted me to find a news ticker to put on the homepage of our community portal, buzzmontgomery.com.So the search was on to find a "widget" from Fox News and CNN. No luck, well, no luck in … [Read more...]

How To: Take Advantage of Twitter’s @Anywhere

First, I want to thank @Matt425 for his tutorial on how to invoke the Follow Me Badge. It wasn't until after I followed his tutorial that I started to see further kick-ass-ness on my site. :)What … [Read more...]