Tất tần tật về Category trong Wordpress
1. SHOW CATEGORY On a category page, you can use the function single_cat_title() , or the more generic single_term_title() . These funct...
https://seojqk.blogspot.com/2019/03/tat-tan-tat-ve-category-trong-wordpress.html
1. SHOW CATEGORY
On a category page, you can use the function single_cat_title(), or the more generic single_term_title(). These functions pull from the global $wp_query object, via get_queried_object().