Tagged Questions
0
votes
0answers
51 views
Hierarchical Custom Post Type Permalinks, %postname%, Rewrites, Permastructs, Oh My
First go at programming with WordPress, I am trying to use custom post types (CPT) to organize 'Log' 'Entries' by 'Console'. So it's a one-to-many relationship between Consoles and Logs, and ...
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 ...
4
votes
1answer
631 views
How to filter custom post type archive by meta value
I have a problem where I'm trying to build a calendar plugin for a client. I'm having trouble getting a date based archive for the custom post type I'm using. I'm not too well versed in how the ...
1
vote
1answer
550 views
404 Issue w/ Custom Post Type - using Meta for Permalink rewrite
I'm trying to rewrite my permalinks using meta data from my post. The permalink rewrite works- but I'm getting the 404 issue when I try to view the post.
I've flushed by visiting the permalink ...