Regular readers, please disregard this post… I need a place to publicly post some php code for a few people… <?php if ( function_exists(‘register_sidebar’) ) register_sidebar(array( ‘before_widget’ => ‘<ul class=”category-bg widget %2$s”>’, ‘after_widget’ => ‘</ul>’, ‘before_title’ => ‘<h2>’, ‘after_title’ => ‘</h2>’, )); ?>