Articles
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
Summary of top 25 downloaded photography based plugins
Summary of the most downloaded photography plugins
Degradable HTML5 Audio and Video Plugin
Plugin for embeding HTML5 Audio and Video
Remove briefly-unavailable-for-scheduled-maintenance
Remove briefly-unavailable-for-scheduled-maintenance
Bringing Magento feeds into WordPress
Bringing Magento feeds into WordPress
WordPress Multi Site .htaccess file for sub-directory
WordPress Multi Site .htaccess file for sub-directory
How to change sorry no posts matched your criteria
How to change sorry no posts matched your criteria error message


