basic

Thesis Quick Tips

There’s a lot of small code snippets I use often but don’t warrant their own post. This is where I’ll collect them.

Shortcodes in Sidebar Widgets

Edit: As of WordPress 3.3, shortcodes now work in widgets (the first line of code has been added to WP core). But you’ll still need to create the other functions.…

Genesis Quick Tips

There’s a lot of small code snippets I use often but don’t warrant their own post. This is where I’ll collect them.

Adding Facebook Like

Want to add the “like” button to your website, but you’re using Thesis or Genesis? Here’s the functions you should write to get it up and running.

Make Menu visible over Youtube Video

If you have videos on your site and are using a dropdown menu, chances are you’ve run into the issue where the menu goes behind the video. The typical solution…

WordPress Post Thumbnails with Captions

This tip is for all themes that support WordPress’ Post Thumbnails (also known as Featured Images). If you’re using Thesis, this does not apply to you since Thesis uses its…