Home › Forums › Theme support › Person Category › Reply To: Person Category
You can add a new category very easy, but this will nothing change in the theme itself. You can use this code, add it at the end of your functions.php file in the theme folder:
register_taxonomy(“person-preferences”, array(“person”), array(“hierarchical” => true, “label” => “Person Preferences”, “singular_label” => “Person Preferences”, “rewrite” => true));