Tagged Questions
0
votes
1answer
118 views
Using Same Slug With Multiple Post Types
My Permalinks are the std %postname%. I have several custom post types, eg. 'docs'.
function docs_init() {
// create a new taxonomy
register_taxonomy(
'docs_tax',
'docs',
array(
'label' => __( ...