Sidebar woes – Benevolence Theme
-
First of all, thank you in advance for helping. It’s great that people who understand this stuff help those of us who can’t.
My blog is at https://www.arrington.us. I am using wordpress 1.5 and the style sheet “benevolence”.
I really like this theme, but one thing I didn’t like is that it doesn’t have default sidbar lists for “pages” and link subcategories. I’ve looked at other themes and figured out how to add both of those. But now, the font is different and it’s driving me crazy. Can anyone help? Basically, I want “Permanent Pages” “Links” and “Friends” to look the same as “Archives” “Categories” and “Search”. I imagine this is a simple fix for someone who understands it, but I am at a loss at this point.
In case it helps, here is the sidebar.php file as it currently stands:
<div id=”sidebar”>
<form style=”padding: 0px; margin-top: 0px; margin-bottom: 0px;” id=”searchform” method=”get” action=”<?php bloginfo(‘url’); ?>”>
<div class=”title”>Search:</div>
<p style=”padding: 0px; margin-top: 0px; margin-bottom: 0px;”><input type=”text” class=”input” name=”s” id=”search” size=”15″ />
<input name=”submit” type=”submit” tabindex=”5″ value=”<?php _e(‘GO’); ?>” />
</form><div class=”title”>Categories</div>
<?php wp_list_cats(‘list=0’); ?><?php wp_list_pages(‘title_li=<h2>’ . __(‘Permanent Pages’) . ‘</h2>’ ); ?>
<?php get_links_list(‘title_li=<h2>’ . __(‘links’) . ‘</h2>’ ); ?>
<div class=”title”><?php _e(‘Archives’); ?></div>
<?php wp_get_archives(‘type=monthly&format=other&after=
‘); ?></div>
- The topic ‘Sidebar woes – Benevolence Theme’ is closed to new replies.