Bug with Custom Post Types
-
When I use this plugin with a custom post type, the URL of the Archive links are wrong. For example, the link that goes to the June Archive looks like this:
http://domain.com/2012/06/?post_types=news
That link results in a “page not found” error. The problem is the link should look like this:
http://domain.com/2012/06/?post_type=news
This link does not result in a “page not found” error.
So basically there is an extra letter “s” that doesn’t need to be there and its messing up the links for CPT’s.
Please fix this.
The topic ‘Bug with Custom Post Types’ is closed to new replies.