ผมใช้ Plugin Limit Post
โค้ดในไฟล์ index.php ประมาณนี้
Title บทความ แบบจำกัด
<h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<?php echo substr($post->post_title,0,35); ?>..</a></h2>
Title บทความ แบบเต็มๆ ไม่ตัด
<h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<?php the_title(); ?></a></h2>
เนื้อหา แบบไม่แสดงรูป และสามารถจำกัดเนื้อหาได้ ใช้กับ Limit Post
<?php the_content_limit(110); ?>
ถ้าหาโหลดไม่เจอ นี่สำรอง
http://www.mediafire.com/?ud7de4wxydlrozo
(แอบตอบผิดทู้ด้วย - -*)