Code true false advanced custom fields tạo nội dung nổi bật web wordpress
6 năm trước,
Code theme wordpress,
312 Lượt xem
Đây là code check true false kiểm tra nội dung nổi bật dễ dàng cho website wordpress của bạn!
Link tham khảo: https://www.advancedcustomfields.com/resources/true-false/
<div class="panel-body" style="padding:0">
<div class="gia-su-tieu-bieu">
<ul>
<?php
$the_press = new WP_Query(array('post_type' => 'gia_su','posts_per_page' => 8,'paged'=> get_query_var('paged') ));
// The Loop
while ($the_press->have_posts()) : $the_press->the_post();
?>
<?php
if( get_field('gia_su_noi_bat') == 1 ) {
?>
<li class="gia_suok">
<a href="<?php echo the_permalink(); ?>">
<div class="giasutieubieu"><img src="<?php echo get_field('hinh_gia_su');?>"></div>
<?php echo get_field('ten_gia_su');?> <br>
Mã Số: <?php echo get_field('ma_so');?><br>
Năm TN: <?php echo get_field('nam_tn');?>
</a>
</li>
<?php } ?>
<?php endwhile; ?>
<?php wp_reset_postdata();?>
</ul>
</div>
<div style="width:100%; text-align:center; padding:10px 0; font-weight:bold"><a href="<?php echo get_home_url(); ?>/gia-su-moi"><< Xem nhiều hơn >></a></div>
<div class="clearfix"></div>
</div>
Kết quả:






Bình luận trên facebook netweb.vn