• Oy.. this is making my head hurt. I’m trying to get the blogroll widget to act like the other widgets on my page, but for some unknown reason it’s wrapping the widget title in <div id=”linkcat-2″> </div> – Does anyone know why this is happening?

    (I’m the designer of the theme and didn’t code in for this to happen at all).

    URL: http://mynusystem.com/portal/blog/

    Function:

    <?php
    if ( function_exists('register_sidebar') ) {
       register_sidebar(array(
           'before_widget' => '<div id="sidebarwidget">',
           'after_widget' => '</ul><div id="sidebarfooter"></div>',
           'before_title' => '<h5>',
           'after_title' => '</h5></div><ul>',
       ));
    }
    ?>

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blogroll Troubles…’ is closed to new replies.