/ Published in: PHP
URL: http://www.bestwpthemez.com/wordpress/code-to-get-current-category-slug-in-wordpress-blog-1434/
Expand |
Embed | Plain Text
if(is_category()) { $cat = get_query_var('cat'); $yourcat = get_category($cat); }
You need to login to post a comment.
