Thứ Bảy, 19 tháng 11, 2016

Query hiển thị bài viết đầu tiên nổi bật hơn các bài viết khác WP

<?php $i=1; query_posts ('showposts=5&cat=2&orderby=DESC'); while(have_posts()) : the_post(); ?>
<?php if($i==1){ ?>
<div class="bai_dau_tien">
<a href="<?php the_permalink() ;?>" class="tieu_de_bai_viet"><?php the_title() ;?></a>
</div>
<?php } ?>

<?php if($i==1){ ?> <div class="bao_ngoai"> <?php }?>

<?php if($i>1 && $i<=5){ ?>

<div class="cac_bai_con_lai"><a href="<?php the_permalink() ;?>"><?php the_title() ;?></a> </div>

<?php } ?>

<?php $i++; endwhile ; wp_reset_query() ;?>

</div> <!--End.bao_ngoai-->

Không có nhận xét nào:

Đăng nhận xét