Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // First category link
- $category = get_the_category();
- if( $category[0] ){
- echo '<li><i class="icon-folder-close"></i><a href="'.get_category_link($category[0]->term_id ).'">'.$category[0]->cat_name.'</a><li>';
- }
Advertisement
Add Comment
Please, Sign In to add comment