Articles
Custom Post Type Review and Resources
Summary of sites with tutorials for Custom Post Types
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 [...]

