Articles
Featured Post Type Widget
Another wordpress 3.0 plugin, not quite sure what this one does but it seems to be more specific to a widgeted area.
WordPress 3.0 Custom Taxonomies
Adding custom Taxonomies
WPTouch Mobile Device Detection Plugin
WPTouch Pro is a wordpress plugin that detects if your visitor is coming from a mobile device and serves up a different theme
Simple Custom Post Type Archives
adds friendly permalink support, template files, and a new conditional for public, non-hierarchical custom post type archives in WordPress 3.0!
Adding a Widgeted Footer in a Studio Press Theme
Below is directions for creating a 3 column footer area for a Genesis Child Theme using the Simple Hooks Plugin. First: Register Sidebars in functions.php: <p>genesis_register_sidebar(array(</p> <p>‘name’=>’Home Bottom #4′,</p> <p>‘description’ => ‘This is the first column of the bottom section of the homepage.’,</p> <p>‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’, ‘after_widget’ => ‘</div>’,</p> <p>‘before_title’=>’<h4 class=”widgettitle”>’,’after_title’=>’</h4>’</p> <p>));</p> [...]
10 Custom Field Hacks for WordPress
This list has the hack i’ve used on this site for making titles of posts link to an outside website
WordPress 3.0 Custom Post Types-Another Look
Very thorough introduction to adding post types to your site


