<?php $args = array( 'numberposts' => 5, //จำนวนของบทความที่ต้องการดึง 'orderby' => 'rand', //ซุ่มบทความ 'category' => 1 //หมายเลขหมวดหมู่ต้องการดึงบทความ ); $features = get_posts( $args ); foreach($features as $post){ setup_postdata($post); ?> <a href="<?php get_permalink();?>"><?php the_title();?></a><br/> <?php } ?>
<?php $args = array( 'numberposts' => 5, //จำนวนของบทความที่ต้องการดึง 'orderby' => 'rand', //ซุ่มบทความ 'category' => 1 //หมายเลขหมวดหมู่ต้องการดึงบทความ ); $features = get_posts( $args ); echo"<table border=\"1\" cellspacing=\"1\" cellpadding=\"1\"><tr>"; $intRows = 0; foreach($features as $post){ setup_postdata($post); echo "<td>"; $intRows++; ?> <a href="<?php get_permalink();?>"><?php the_title();?></a><br/> <?php echo"</td>"; if(($intRows)%2==0) { echo"</tr>"; } } echo"</tr></table>"; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง