ยินดีต้อนรับคุณ, บุคคลทั่วไป กรุณา เข้าสู่ระบบ หรือ ลงทะเบียน

เข้าสู่ระบบด้วยชื่อผู้ใช้ รหัสผ่าน และระยะเวลาในเซสชั่น

ThaiSEOBoard.comพัฒนาเว็บไซต์CMS & Free Scriptอยากได้ theme wp ที่ ทำ read more อัตโนมัติครับ แลก +
หน้า: [1]   ลงล่าง
พิมพ์
ผู้เขียน หัวข้อ: อยากได้ theme wp ที่ ทำ read more อัตโนมัติครับ แลก +  (อ่าน 666 ครั้ง)
0 สมาชิก และ 1 บุคคลทั่วไป กำลังดูหัวข้อนี้
nocturne in the moonlight
Verified Seller
เจ้าพ่อบอร์ดเสียว
*

พลังน้ำใจ: 278
ออฟไลน์ ออฟไลน์

กระทู้: 5,272



ดูรายละเอียด
« เมื่อ: 25 พฤษภาคม 2010, 22:10:19 »

ใครมี แนะนำทีครับ ของ ลิงค์ download ด้วยก็ดี อยากได้แบบ ที่มัน ตัดบทความ อัตโนมัติ เลยครับ แบบเราไม่ต้องมานั่งทำเองอ่ะ  ขอบคุณมากจ้า แลก + 1
บันทึกการเข้า

ชนเผ่าอาข่า
หัวหน้าแก๊งเสียว
*

พลังน้ำใจ: 158
ออฟไลน์ ออฟไลน์

กระทู้: 1,444



ดูรายละเอียด
« ตอบ #1 เมื่อ: 25 พฤษภาคม 2010, 23:30:59 »

เคยเห็น plugin คับบ

ตามนี้

http://wordpress.org/extend/pl.../wp-limit-posts-automatically/

 wanwan003
« แก้ไขครั้งสุดท้าย: 26 พฤษภาคม 2010, 00:40:03 โดย khonakha » บันทึกการเข้า
sannok
ก๊วนเสียว
*

พลังน้ำใจ: 40
ออฟไลน์ ออฟไลน์

กระทู้: 236



ดูรายละเอียด
« ตอบ #2 เมื่อ: 25 พฤษภาคม 2010, 23:47:16 »

นี่คือ code ของหน้า Index ของ Wordpress หรือไฟล์ Index ของ Wordpress code ที่เป็นสีแดง คือ code ที่ทำการตัดข้อความครับ  ซึ่งจะต้องวางไว้หลัง
หลัง  Published on ที่ไฮไลต์สีน้ำเงิน ครับ บาง Template อาจเป็น post on


<?php get_header(); ?>


<div id="content">
<?php include('adsense_homepage_linkunit.php') ?>

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<div class="post">

<h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>

<div class="date">Published on <?php the_time('F j, Y'); ?> by <span class="author"><?php the_author(); ?></span></div>

<p><?php the_content_rss('', TRUE, '', 82); ?><a href="<?php the_permalink() ?>" title="Read More">Continue Reading...</a></p>



<p><?php the_tags('Tags: ', ', ', '<br/>'); ?>Posted in <?php the_category(', '); ?><?php edit_post_link('Edit', ' | ', ''); ?></p>



<div class="comments"><p><a href="<?php comments_link(); ?>"><?php comments_number('No Comments','1 Comment','% Comments'); ?></a></p></div>

</div>



<?php endwhile; ?>





         <div class="alignleft"><?php next_posts_link('&laquo; Older Entries'); ?></div>

         <div class="alignright"><?php previous_posts_link('Newer Entries &raquo;'); ?></div>



   <?php else : ?>



      <h2>Not Found</h2>

      <p>Sorry, but you are looking for something that isn't here.</p>



   <?php endif; ?>



</div>



<?php get_sidebar(); ?>

<?php get_footer(); ?>
บันทึกการเข้า
หน้า: [1]   ขึ้นบน
พิมพ์