Support » Themes and Templates » Sidebar Widget Customizing, help please?

  • 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:

    <div id=”sidebar”>

    • <?php bloginfo(‘description’); ?>
    • <?php if ( !function_exists(‘dynamic_sidebar’)
      || !dynamic_sidebar() ) : ?>

      <?php endif; ?>

    </div>

    Edit: The code doesn’t show properly cuz of the allowed markup *panic

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar Widget Customizing, help please?’ is closed to new replies.