Advertisement
Guest User

Untitled

a guest
Oct 15th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. add_action( 'init', 'build_taxonomies', 0 );
  2.  
  3. function build_taxonomies() {
  4.     register_taxonomy( 'categories', 'speakers', array( 'hierarchical' => true, 'label' => 'Categories', 'query_var' => true, 'rewrite' => true ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement