Tagged Questions
0
votes
1answer
37 views
Rewrite custom post type url's adding meta box values
I've got these custom post types (CPT) and meta boxes:
Movies (CPT)
Genre (Meta box)
Genres (CPT)
If one movie is called Die hard then I want the permalink to be:
/genres/action/die-hard
This ...
5
votes
1answer
224 views
Custom post type yearly/ monthly archive permalinks
I have a custom post type "news" in my Wordpress site. I am using Advanced Custom Fields plugin to add meta data to each post.
I want to create an array of news items as an archive:
[2013]
...
4
votes
2answers
149 views
How to seamlessly redirect between different archive and singular slugs?
I have a CPT with slug function (singular) and archive slug functions (plural).
Permalink structure for:
singular is /function/[postname]/
archive is /functions/[page-x/].
(can poke live at ...
0
votes
1answer
226 views
Custom Post Type Date Based Archive URL rewrite [duplicate]
Possible Duplicate:
custom post types, wp_get_archives and add_rewrite_rule
I have a custom post type called "course" and I would like to create a date based archive similar to the default ...
4
votes
1answer
605 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 ...