<?php $args = array( 'numberposts' => 6, //จำนวนของบทความที่ต้องการดึง 'category' => 9 //หมายเลขหมวดหมู่ต้องการดึงบทความ ); $features = get_posts( $args ); echo"<table border=\"1\" cellspacing=\"1\" cellpadding=\"1\" display= \"block\" float= \"left\" width= \"100%\"><tr>"; $intRows = 0; foreach($features as $post){ setup_postdata($post); echo "<td>"; $intRows++; ?> <div style="width:130px; margin-left:20px; margin-right:10px;"><center><figure class="featured"><a href="<?php the_permalink();?>" target="_blank"><?php the_post_thumbnail();?><a href="<?php the_permalink();?>"></figure></center></div> <div style="width:130px; margin-left:20px; margin-right:10px; margin-top:5px; position:absolute; "><center><p class="videotitle"><a href="<?php the_permalink();?>" target="_blank"><?php the_title();?></a></p></center></div><br/><br/><br/> <?php echo"</td>"; if(($intRows)%6==0) { echo"</tr>"; } } echo"</tr></table>"; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง