อยากได้ theme wp ที่ ทำ read more อัตโนมัติครับ แลก +

เริ่มโดย nocturne in the moonlight, 25 พฤษภาคม 2010, 22:10:19

หัวข้อก่อนหน้า - หัวข้อถัดไป

0 สมาชิก และ 1 ผู้มาเยือน กำลังดูหัวข้อนี้

nocturne in the moonlight

ใครมี แนะนำทีครับ ของ ลิงค์ download ด้วยก็ดี อยากได้แบบ ที่มัน ตัดบทความ อัตโนมัติ เลยครับ แบบเราไม่ต้องมานั่งทำเองอ่ะ  ขอบคุณมากจ้า แลก + 1
[direct=https://store.line.me/stickershop/product/1442670]สติ๊กเกอร์ไลน์แมวกวักขายดี น่ารักไว้เปิดใจลูกค้าข้อความพื้นฐานครบถ้วน[/direct] [direct=https://www.youtube.com/channel/UC3Fcu22OjsDUFrFmbJ4_leg/videos?disable_polymer=1]สอนทำอาหารบาน ๆ ง่าย ๆ อับเดทเรื่อยๆ ชอบช่วยไลค์ช่วยซับด้วยนะจ๊ะ[/direct][direct=http://www.freewarelands.com][/direct]
[direct=http://www.huahinhula.com][/direct]
[direct=http://www.pc-lover.com][/direct]

ชนเผ่าอาข่า

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

ตามนี้

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

:wanwan003:

sannok

นี่คือ 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(); ?>