mizubeさんありがとうございます!
部分的な問題ではないと思うのでcatetory.phpのソースを提示します。
元テーマはwpVicunaExcです。
<?php get_header(); ?>
<title>
<?php vicuna_title(the_title('','',false)); ?>
</title>
</head>
<?php if (have_posts()) : the_post(); ?>
<body>
<div id="wallpaper">
<?php vicuna_analysis_code() ?>
<!--header-->
<div id="header">
<h1 class="logo"><a href="<?php bloginfo('home'); ?>" title="<?php printf(__('Return to %s index', 'vicuna'), get_bloginfo('name')); ?>"><?php bloginfo('name'); ?></a></h1>
</div>
<!--/header-->
<!--globalNav-->
<ul id="globalNav">
<li></li>
</ul>
<!--/globalNav-->
<!--main-->
<div id="main">
<div id="mai_in">
<div id="pankuzu"><a href="<?php bloginfo('home'); ?>">TOP</a><?php
if ($categories = get_vicuna_upper_category($cat, ' | ') ) {
echo ' > '. $categories;
}
?> > <?php single_cat_title(); ?></div>
<h1><img src="http://fm-alibaba/ali_net/wp-content/themes/wp.vicuna.exc/style-vega/images/ttl_tsutatsu.gif" width="800" height="30" alt="社内通達" /></h1>
<!--category List-->
<div class="content">
<?php
if (have_posts()) :
while (have_posts()) : the_post();
?>
<dl class="infoList2">
<dt><?php the_time('Y年m月d日') ?></dt>
<dd><?php the_title(); ?><?php the_content(__('Continue reading', 'vicuna')); ?></dd>
</dl>
<?php
endwhile;
endif;
?>
</div>
<!--/category List-->
</div>
</div>
<!--/main-->
<?php get_footer(); ?>
<?php endif; ?>
何かソースがかけているのでしょうか??