Skip to content

Instantly share code, notes, and snippets.

@braginteractive
Created July 21, 2016 01:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braginteractive/321cbe26d737da5442485aa034e623e8 to your computer and use it in GitHub Desktop.
Save braginteractive/321cbe26d737da5442485aa034e623e8 to your computer and use it in GitHub Desktop.
<?php
// Get the Category
$id = get_the_id();
$terms = get_the_terms( $id, 'inventory_category' );
$firstcat = $terms[0]->name;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment