• Hi,

    I am having problems with my Blogroll widget not generating the same CSS class for its divs like my other widgets do. This seems like the only one that does not work correctly.

    I have modified my functions.php file to this:

    automatic_feed_links();
    
    if ( function_exists('register_sidebar') ) {
    	register_sidebar(array(
    		'before_widget' => '<div id="right-content" class="%1$s"><div class="r-c_module %2$s">',
    		'after_widget' => '</div></div>',
    		'before_title' => '<h2 class="widgettitle">',
    		'after_title' => '</h2>',
    	));
    }

    but for some reason the Blogroll widget does not follow this.

    Any help would be greatly appreciated.

    Thanks,
    Tom

Viewing 1 replies (of 1 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.

Viewing 1 replies (of 1 total)
  • The topic ‘Blogroll widget not generating same CSS class as others.’ is closed to new replies.