Azad گفت:
به احتمال قوی یک لیمیتی برای نمایش تعداد کلمات گذاشته شده ،
امکانش هست محتویات فایل های index.php , single.php رو اینجا قرار بدید ؟
ممنون آزاد جان
ایندکس
<?php get_header(); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<!--Start Post-->
<div style="margin-bottom: 20px;">
<div class="p-head">
<h2><a>" rel="bookmark" title="<?php _e('Permanent Link to','albeo'); ?> <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<p class="p-who-date"><?php _e('Posted by:','albeo'); ?> <?php the_author() ?> <?php _e(' on:','albeo'); ?> <?php the_time('d') ?> <?php the_time('M') ?> <?php the_time('Y') ?></p>
</div>
<div class="p-det">
<ul>
<li class="p-cat"><?php _e('In:','albeo'); ?> <?php the_category('|') ?>
<li class="p-com"><?php comments_popup_link(__('No Comments','albeo'), __('<strong>1</strong> Comment','albeo'),__( '<strong>%</strong> Comments','albeo')); ?>
</ul>
</div>
<div class="p-con">
<?php the_content(__('Read the rest of this entry »','albeo')); ?>
</div>
<?php if (function_exists('the_tags')) { ?> <?php the_tags(__('<div class="p-tag">Tags: ','albeo'), ', ', '</div>'); ?> <?php } ?>
</div>
<!--End Post-->
<?php endwhile; ?>
<?php include("nav.php"); ?>
<?php else : ?>
<?php include("404.php"); ?>
<?php endif; ?>
<?php get_footer(); ?>
سینگل
<?php get_header(); ?>
<div class="navigation">
<div class="previous alignleft"><?php next_post_link('%link') ?></div>
<div class="next alignright"><?php previous_post_link('%link') ?></div>
</div>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div id="post-<?php the_ID(); ?>" style="margin-bottom: 20px;">
<div class="p-head">
<h1><?php the_title(); ?></h1>
<p class="p-who-date"><?php _e('Posted by:','albeo'); ?> <?php the_author() ?> <?php _e('on:','albeo'); ?> <?php the_time('d') ?> <?php the_time('M') ?> <?php the_time('Y') ?></p>
</div>
<div class="p-det">
<ul>
<li class="p-cat"><?php _e('In:','albeo'); ?> <?php the_category('|') ?>
<li class="p-com"><a>#respond" rel="bookmark" title="<?php _e('Permanent Link to','albeo'); ?> <?php the_title_attribute(); ?>"><?php _e('Comment!','albeo'); ?></a>
</ul>
</div>
<div class="p-con">
<?php the_content(__('Read the rest of this entry »','albeo')); ?>
</div>
<?php if (function_exists('the_tags')) { ?> <?php the_tags(__('<div class="p-tag">Tags: ','albeo'), ', ', '</div>'); ?> <?php } ?>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.','albeo'); ?></p>
<?php endif; ?>
<?php get_footer(); ?>
توی هر دو تگ وجود داره.
اما من محدودیتی واسه تعداد کلماتش ندیدم؟؟؟!
بازم ممنون/