November 23, 2010
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.
November 23, 2010
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.
November 22, 2010
Here’s how you change which sidebar shows up in which sidebar area. This is useful when using different page layouts.
November 21, 2010
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.…
November 17, 2010
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.
November 11, 2010
Here’s a way to get your WordPress content into a table that can easily be moved to a spreadsheet. This is best if you’re using WordPress to collect data and want to analyze it in Excel. I use it for keeping track of incoming client inquiries.
October 18, 2010
Taxonomies allow you to organize content in different ways. I’ll walk you through creating and implementing custom taxonomies, as well as show you how I used taxonomies for my personal portfolio.
October 12, 2010
Shortcodes are a great tool if you need to stick code or reusable pieces of content inside your posts or pages.
September 18, 2010
WordPress has a “Featured Image” option which is much easier to use than Thesis’ Post Image tool. I’ll walk you through setting it up on your Thesis website.
September 9, 2010
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.
September 8, 2010
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…
September 7, 2010
Want more control over what shows up before or after your navigation? This shows you how to extend Genesis’ Primary Navigation Extras using filters.
September 6, 2010
Keep your website backed up using these steps.
September 2, 2010
Custom post types let you create logical divisions of content and context-specific meta information boxes. If your site features content other than posts and pages, use this to manage it.
August 30, 2010
If you have a lot of categories, here’s how to add a “nofollow” to them to prevent diluting your Google PageRank.
August 8, 2010
My presentation from WordCamp Houston. I outline 5 useful tools for extending WordPress beyond blogs: Frameworks, Custom Post Types, Custom Taxonomies, Additional Sidebars, and Multiple Content Areas.