Forums

Blogroll Troubles... (4 posts)

  1. joebrooksie
    Member
    Posted 3 years ago #

    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>',
       ));
    }
    ?>
  2. joebrooksie
    Member
    Posted 3 years ago #

    Any ideas?

  3. Sekt
    Member
    Posted 3 years ago #

    Bump.

    I'm having the same issue, any help would be appreciated. Cheers!

  4. Sekt
    Member
    Posted 3 years ago #

    Another bump, no one knows?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.