The MU forums have moved to WordPress.org

Sidebar Widget Customizing, help please? (2 posts)

  1. fujihime
    Member
    Posted 17 years ago #

    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>

  2. drmiketemp
    Member
    Posted 17 years ago #

    Please place your code within backticks as noted below the post box. That's the key above the tab key and to the left of the '1' key.

About this Topic

  • Started 17 years ago by fujihime
  • Latest reply from drmiketemp