Tagged Questions
0
votes
1answer
43 views
Taxonomy Url with Custom post type prefix re-write rule
I have a taxonomy called Section and a Custom post type called Developments.
What i need to achieve is a permalink on the taxonomy with custom post type prefixed: e.g:
custom post type: development ...
0
votes
1answer
54 views
Custom Taxonomy in Permalink from post type
I am using custom post types and custom taxonomies for that post type.
This snippet currently sets the permalinks for the post type:
'rewrite' => array('slug' => 'myrewritebase'),
I am ...