I have problem customizing my sidebar's title and content. http://entwurvian.net/entice.
I've just added the widget code on a non-widget theme but I have no idea how to customize the title and content. The top part is hard-coded (with css) and 'Contact Me' onward is dynamic. How do I make the rest to follow the top part?
This is my sidebar's code:
*Edit: The code doesn't show properly cuz of the allowed markup *panic
<div id="sidebar">
- <h1>"><?php bloginfo('name'); ?></h1>
- <?php bloginfo('description'); ?>
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar() ) : ?><?php endif; ?>
</div>