Regular readers, please disregard this post… I need a place to publicly post some php code for a few people…
If you enjoyed this post, make sure you subscribe to my RSS feed!<?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>’,
));
?>


it is not working somehow. I already copy &paste your code.The error is on line 3.
Im not seeing any kind of error in the functions code; is it Line 3 of functions.php or another file?