Skip to content

Instantly share code, notes, and snippets.

@jayseventwo
Created May 15, 2013 03:22
Show Gist options
  • Save jayseventwo/5581434 to your computer and use it in GitHub Desktop.
Save jayseventwo/5581434 to your computer and use it in GitHub Desktop.
Create custom taxonomy - add to functions.php
/*-------------------------------------------------------------------------skills for portfolio custom post type -*/
register_taxonomy("Skills", array("portfolio"), array("hierarchical" => true, "label" => "Skills", "singular_label" => "Skill", "rewrite" => true));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment