elmanisero

Untitled

Nov 12th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // First category link
  2. $category = get_the_category();
  3. if( $category[0] ){
  4. echo '<li><i class="icon-folder-close"></i><a href="'.get_category_link($category[0]->term_id ).'">'.$category[0]->cat_name.'</a><li>';
  5. }
Advertisement
Add Comment
Please, Sign In to add comment