Articles

Tools ‹ WordPress Theme Mods — WordPress

Using The WordPress Sandbox and The Blueprint CSS Framework Together

How to Link to an external URL in title

Wp-recipes explanation.

Category Templates « WordPress Codex

http://codex.wordpress.org/Category_Templates

Word Press Cheat Sheets

List of Cheat sheets for WordPress Developers

Custom Post Type Plugin

Custom post types are one of the coolest features of wordpress 3.0, this is one of the plugins to make it easier to add them.

WordPress 3.0 Custom Taxonomies

Adding custom Taxonomies

Optimizing Site for view on I-Pad

Resources for optimizing your site for the I-Pad

Custom Post Type Template Plugin

Plugin adds custom templates for Custom Post Type enabled posts

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> <p><br class="spacer_" /></p> <p>genesis_register_sidebar(array(</p> <p><br class="spacer_" /></p> <p><br class="spacer_" /></p> <p>‘name’=>’Home Bottom #4′,</p> <p><br class="spacer_" /></p> <p><br class="spacer_" /></p> <p>‘description’ => ‘This is the first column of the bottom [...]

How to easily modify wordpress wp-options table

One way to access most of the information in you database and editing these settings without having to go into the database itself