permalinks - How to add rewrite rule to custom post type with parent in url with cpt ui?

admin2025-06-07  46

I'm trying to create custom post types but i need the posts of custom post type to have the url along with parent category. Example for now i have custom post types science, tech, business. The url of each post is mysite/science/postname. what i need is mysite/articles/science/post name. I tried giving articles/science in rewrite rule of cpt ui but it gives 404 error. Can you guys point me to right direction? Thank you

I'm trying to create custom post types but i need the posts of custom post type to have the url along with parent category. Example for now i have custom post types science, tech, business. The url of each post is mysite/science/postname. what i need is mysite/articles/science/post name. I tried giving articles/science in rewrite rule of cpt ui but it gives 404 error. Can you guys point me to right direction? Thank you

Share Improve this question edited Oct 17, 2018 at 18:15 MJN asked Oct 17, 2018 at 18:02 MJNMJN 1132 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

hierarchical must be set to true and make sure you have the Article post type set as the parent of the science post type

....and be sure to flush the permalinks after making changes

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1749252499a317631.html

最新回复(0)