sorry - steh gerade auf dem schlauch. aber wenn du dass
ZitatAlles anzeigen<?php if (is_page("archives") || is_archive() || is_search()) { ?>
<h2><em>Calendar</em></h2>
<?php get_calendar() ?>
<?php if (!is_page("archives")) { ?>
<h2><em>Posts by Month</em></h2>
<ul class="months">
<?php get_archives('monthly','','','<li>','</li>',''); ?>
</ul><?php } ?>
<h2><em>Posts by Category</em></h2>
<ul class="categories">
<?php wp_list_cats('sort_column=name&hide_empty=0'); ?>
</ul><?php } ?>
in der sidebar löschst, wird´s trotzdem noch angezeigt?
grüße,
markus