maybe two separate issues but the right column jumps around depending on which category I click on as well.
here’s the category template code
?php get_header() ?>
<div class=”post”>
<h2><?php echo single_cat_title(); ?></h2>
<?php else : ?>
<?php include (TEMPLATEPATH . ‘/errormessage.php’); ?>
<?php endif; ?>
</div><!– end .post –>
<h4>
<?php posts_nav_link(”,”,’previous page’) ?> |
“><?php _e (‘home’) ?> |
<?php posts_nav_link(”,’next page’,”) ?>
</h4>
<?php get_footer () ?>