[Plugin: Custom Post Permalinks] How to use Identical Custom Post Permalink structure for different
-
Hello, I am using the Custom Post Permalink plugin as well.
I have several custom post types (named Articles, Reviews, News)
I want the URL’s for the post type to be based off of their titles and their WordPress categories: /%category%/%Reviews%/
If I try to use this structure on more than one custom post type, then I get 404’s when I go to the website.
I have only gotten the site to work with this structure (entered in the Custom Post Permalinks Plugin):
/%post_type%/%category%/%Reviews%/
/%post_type%/%category%/%Articles%/
/%post_type%/%category%/%News%/However, I have a requirement to have the url’s without the /%post_type%/.
I’ve read up on this a bit and I know that it is less than ideal to begin your permalinks with /%category%/ but this is my requirement.
Can you help please?
I am not sure if it’s relevant, but my post types are defined like so:
[code removed - please use pastebin.com]
The topic ‘[Plugin: Custom Post Permalinks] How to use Identical Custom Post Permalink structure for different’ is closed to new replies.