Conditional_Tags, điều kiện logic wordpress
Thursday, December 15, 2016 0:15
% of readers think this story is Fact. Add your two cents.
Conditional_Tags, điều kiện logic wordpress: rất hay gặp trong làm theme
is_front_page() = true khi ở trang chủ is_home() = true khi ở trang chủ is_singular() =true khi ở bất kỳ trang single của post type is_singular( 'post' ) = true khi chỉ là post type là post is_post_type_archive() = true khi nó ở bất kỳ một template là archive- is_post_type_archive('testimonial') = true khi nó ở template là archive-testimonial.php is_tax() = true khi đang ở template taxonomy bất kỳ is_tax('news_category') = true khi đang ở template là taxonomy-news_category.php is_search() = true khi đang ở search.php
Mời anh chị tham khảo thêm video:
2016-12-14 23:13:04
Nguồn: http://fcwordpress.net/conditional_tags-dieu-kien-logic-wordpress.html