pifa

Echo current category outside the loop Wordpress

May 7th, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <h1><?php global $post; $category = get_the_category($post->ID); echo $category[0]->name; ?></h1>
  2.  
  3. //display only first category of post outside the loop
Advertisement
Add Comment
Please, Sign In to add comment