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 badges1 Answer
Reset to default 0hierarchical 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