Hiroshi Urabe
Hiroshi Urabe
Please try to set zip url on `plugins` in site.yml. ``` plugins: - https://github.com/username/reponame/archive/master.zip ```
@Zack-Lockhart Sorry late reply. I will implement the idea in the next version.
new filter next version (3.2.0); Disable CPTP by post_type. ``` add_filter( 'CPTP_is_rewrite_supported_by_' . $post_type, '__return_false' ); ```
I'm sorry to be late. I'll release when the test is completed. if you can please try, https://github.com/torounit/custom-post-type-permalinks/tree/issue/%2381
@robertandrews sorry for the late reply. This plugin set permalink all posts of the post type. Can not change permalinks for each post with this plugin. I think that it...
@gaelanlloyd If you use flush_rewrite_rules in your code? Please remove the code.
@yliharma Please Try execute register_taxonomy before register_post_type.
Sorry for late reply. Replace `CPTP_Module_Rewrite` use `CPTP_set_rewrite_module` filter. Sample code https://gist.github.com/torounit/86c3c140071d29cd1b2fd2900f23c813.
@sijones-uk @danielshields @Trenbania Sorry for late reply. Replace `CPTP_Module_Rewrite` use `CPTP_set_rewrite_module` filter. Sample code https://gist.github.com/torounit/86c3c140071d29cd1b2fd2900f23c813.
@jeherve Thanks Feedback. I want to fix next version.