Hi guys,
after upgrading http://http://www.wiwis-kohle.de/ to wordpress 3.3 all archive (category) pages on the left side went empty. Before with WP 2.6 on the category pages we had all posts displayed correctly. It's a custom theme, but i'm just using standard wordpress tags. my archive page looks like:
`<?php get_header(); ?>
<div id="content" role="main">
<div class="navigation">
<div class="alignleft"><?php next_posts_link(__('« Older Entries', 'kubrick')); ?></div>
<div class="alignright"><?php previous_posts_link(__('Newer Entries »', 'kubrick')); ?></div>
</div>
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class(); ?>>
<div class="entry">
<?php the_content() ?>
</div>
</div>
<?php endwhile; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>'
Nothing special. All the posts are still there, but when calling the category pages, nothing is being displayed.
Post, e.g.
http://www.wiwis-kohle.de/schweizer-kohlebrief/schweizer-kohlebrief.html
Category, empty:
http://www.wiwis-kohle.de/schweizer-kohlebrief
any idea for a solution?
cheers
frank,
ff-webdesigner.de