Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@beneverard
Created February 12, 2013 14:10
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 beneverard/4770116 to your computer and use it in GitHub Desktop.
Save beneverard/4770116 to your computer and use it in GitHub Desktop.
$args = array(
'labels' => $labels,
'public' => true,
'publicly_queryable' => true,
'show_ui' => true,
'query_var' => true,
'rewrite' => array('slug' => 'about/meet-the-team', 'with_front'=>false),
'capability_type' => 'page',
'hierarchical' => true,
'menu_position' => null,
'taxonomies' => array('team-member'),
'supports' => array('title','editor','thumbnail'),
'register_meta_box_cb' => 'straighta_team_member_add_custom_box'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment