Sieht ja aaaaabenteuerlich aus :???:
ich hab's mal versucht ... weiß nur nicht, ob das dann noch mit deiner css funktioniert, sonst müsste überall noch ein ul li drum:
<div class="column">
<div class="indent">
<div id="statusbar">
<?php /* If this is a 404 page */ if (is_404()) { ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
<p>You are currently browsing the <a href="<?php bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives
for the day <?php the_time('l, F jS, Y'); ?>.</p>
<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<p>You are currently browsing the <a href="<?php bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives
for <?php the_time('F, Y'); ?>.</p>
<?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
<p>You have searched the <a href="<?php echo bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives
for <strong>'<?php the_search_query(); ?>'</strong>. If you are unable to find anything in these search results, you can try one of these links.</p>
<?php /* If this is a monthly archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
<p>You are currently browsing the <a href="<?php echo bloginfo('home'); ?>/"><?php echo bloginfo('name'); ?></a> weblog archives.</p>
<?php } ?>
</div>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(__('Sidebar','theme537')) ) : else : ?>
<a href="/index.php"><h3><span style="color: #FFFFFF;">Home</span></h3></a>
<div class="widget_style" id="categories">
<div class="inside">
<ul>
<?php wp_list_categories('include=14&sort_column=menu_order&title_li='); ?>
</ul>
<h3>Stammtiere</h3>
<ul>
<?php wp_list_categories('include=9,4,7&sort_column=menu_order&orderby=order&title_li='); ?>
</ul>
<h3>Abgabetiere</h3>
<ul>
<?php wp_list_categories('include=3,5,6&sort_column=menu_order&title_li='); ?>
</ul>
<ul>
<?php wp_list_categories('include=19,44&sort_column=menu_order&orderby=order&title_li='); ?>
</ul>
<h3>Haltung / Pflege</h3>
<ul>
<?php wp_list_categories('include=11,12,13&sort_column=menu_order&orderby=order&title_li='); ?>
</ul>
<h3>Links</h3>
<ul>
<?php wp_list_categories('include=17,21,22,41&sort_column=menu_order&orderby=order&title_li='); ?>
</ul>
<ul>
<?php wp_list_pages('include=385&sort_column=menu_order&title_li='); ?>
</ul>
<ul>
<?php wp_list_categories('include=16,18&sort_column=menu_order&orderby=order&title_li='); ?>
</ul>
</div>
</div>
<div class="widget_style" id="archives">
<div class="inside">
<h3>Newsarchiv</h3>
<ul>
<?php wp_list_categories('include=43&sort_column=menu_order&orderby=order&title_li='); ?>
</ul>
</div>
</div>
<?php endif; ?>
</div>
</div>
Alles anzeigen
dürfte auf jeden Fall einige Fehler vernichten. Naja, und dann schaust du dir als nächstes die archive.php an, okay?