[ad_1]
Is there a simple way to prepend the url of custom post types?
I want the custom post types to look like they are in a particular subdirectory.
[example.com/custom\_post]) to [example.com/\*creative\*/custom\_post]) [ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
When registering your post type, you can specify the slug. Just include something like: `’rewrite’ => array( ‘slug’ => ‘creative/custom_post’ ),`