>>gatespaceさん
ありがとうございます!!
2日間の時間が嘘のように、一発で動きました。
本当にありがとうございました。
心から感謝です!!
<h1 class=”***”><?php single_cat_title(); ?></h1>
<?php if (have_posts()) : query_posts($query_string . ‘&posts_per_page=50&cat=-ID&paged=’.$paged); ?>
<div class=”****”>
<?php if(have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<p id=”catpost-<?php the_ID(); ?>”>
<?php the_time(‘Ymd’);?>
” rel=”bookmark” title=”<?php the_title_attribute(); ?>”><?php the_title(); ?>
</p>
<?php endwhile; ?>
</div>
<div style=”text-align:center”>
<?php wp_pagenavi(); ?>
<?php wp_reset_query();endif; ?>
としても無理でした。。