mmink
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Archive page 404 error with version 1.0.6Following other support topics (https://ww.wp.xz.cn/support/topic/overlapping-post-type-and-taxonomy-slugs-no-longer-work?replies=6) — I tried the following tip from you:
In the main custom-post-type-ui.php file, find the line
add_action( 'init', 'cptui_create_custom_taxonomies' );around line 235, and change it to
add_action( 'init', 'cptui_create_custom_taxonomies', 9 );Changing the priority to 9 from the default 10 fixed my issue.
Forum: Plugins
In reply to: [Custom Post Type UI] Archive page 404 error with version 1.0.6All was well until the latest WordPress updates: 4.1.4 and 4.2.1. Custom post type archives work, but the custom taxonomy archives do not.
Do you think a new version of CPT UI will be needed for compatibility with WP 4.2.1? If not I’ll email you my export settings.
Forum: Plugins
In reply to: [Custom Post Type UI] Archive page 404 error with version 1.0.6The 404 errors don’t occur in 1.0.7. Thanks for the update — that seems to have done the trick. 🙂
Forum: Plugins
In reply to: [Custom Post Type UI] Archive page 404 error with version 1.0.6Oops. I didn’t realize there are two exports. How would you like me to send you the export settings?
Forum: Plugins
In reply to: [Custom Post Type UI] Archive page 404 error with version 1.0.6I’m using Custom Structure permalink settings:
/%category%/%postname%/
The export does not seem to be working correctly. None of my taxonomies are included.