<div id="news"> <div class="title"><h2>ข่าวสารแวดวงกีฬา - Sport News</h2></div><!--title--> <div class="content"> <div id="news-left"> <?php $args = array( 'posts_per_page' => '1', 'order' => 'DESC', 'paged' => $paged ); query_posts( $args ); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="news-item"> <div class="news-pic"><a href="<?php the_permalink(); ?>/"><?php if ( function_exists( 'get_the_image' ) ) $get_the_image_as_array = get_the_image( array( 'width' => 300, 'height' => 180 ) ); ?></a></div><!--news-pic--> <div class="item-info"> <h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?>.</a></h3> <p><?php the_excerpt(); ?></p> <div class="view"><?php echo getPostViews(get_the_ID()); ?></div> </div><!--item-info--> </div><!--news-item-->
<?php $categories = get_the_category(); $separator = ' '; $output = ''; if($categories){ foreach($categories as $category) { $output .= '<a href="'.get_category_link( $category->term_id ).'" title="' . esc_attr( sprintf( __( "View all posts in %s" ), $category->name ) ) . '">'.$category->cat_name.'</a>'.$separator; } echo trim($output, $separator); } ?>
<?php foreach((get_the_category()) as $category) { echo '<img src="http://example.com/images/' . $category->cat_ID . '.jpg" alt="' . $category->cat_name . '" />'; } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง