Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- foreach (get_the_category() as $category) {
- $cate = $category->slug;
- }
- more: http://www.sutanaryan.com/2012/02/how-to-get-category-slug-in-wordpress/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement