Sidebar Widget Troubles
-
I currently have widgets in my sidebar, but simply having widgets in my sidebar is causing each widget (i.e. Pages, Categories, Meta) to be a list item. Where would I find the file that is doing this?
I would like to access this file so I can change it from
<li id="categories-4" class="widget widget_categories"><h2 class="widgettitle">Categories</h2> <ul>
to what I did in /wp-includes/category-template.php for Categories that would be applied if I was not using widgets in my sidebar:
$output = ''; if ( $title_li && 'list' == $style ) $output = '<h3 class="menuheader expandable">' . $r['title_li'] . '</h3><ul class="accordion">';
My site is ahshotspot.com/multimedia. (Just a quick warning, it looks super unattractive right now.)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Sidebar Widget Troubles’ is closed to new replies.