با سلام خدمت اساتید
من چند وقتیه از این افزونه استفاده میکنم ولی نمیدونم چرا صفحات را این طوری نمایش میده
اینم بگم من با کد نویسی اشنای ندارم اگه میشه خیلی ساده بهم بگین چیکار کنم تا این افزونه درست و به خوبی کار کند اینم فایل index.php صفحه قالب
<!---sss--->
<div id="Middle">
<div id="MiddleBala">
<div id="MiddlePaeyn">
<div id="MiddleMain">
<div id="MiddleRight">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("right") ) ?>
</div>
<div id="MiddleCenter">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("top") ) ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="Table" id="post-<?php the_ID(); ?>">
<div class="BlockBala">
<H1 class="Title"><b>"><?php the_title(); ?></b></H1>
<p class="Content">
<?php the_content('<b>ادامه مطلب را بخوانید ...</b>'); ?>
</p>
</div>
<div class="NewsDetails">
<div class="NewsBreak" /></div>
<div class="Rank">
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
</div>
<div class="Date"><?php the_time('d M Y'); ?></div>
" title="ادامه مطلب">
<div class="Comments">
<?php comments_popup_link('نظر بدهید','یک نظر','% نظر'); ?>
<img border="0" alt="نظرات" src="<?php bloginfo('stylesheet_directory'); ?>/images/comment.gif" width="14" height="11" />
</div>
<div class="Counter">
بازديد: <?php if(function_exists('the_views')) { the_views(); } ?>
</div>
<div class="Clear"></div>
</div>
</div>
<?php endwhile; ?>
<?php endif; ?>
<?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>
<div class="Table">
<div class="BlockBala">
<center>
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
</center></div>
</div>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("down") ) ?>
</div><div id="MiddleLeft">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("left") ) ?>
</div><div class="Clear"></div>
<div align="center">
</div>
</div>
<div class="Clear"></div>
</div>
</div>
</div>
<?php get_footer(); ?>