I've set up custom post types like "job", I want a bit different permalink structure than the default. at the end of the permalink for the custom post type
" Use a custom URL format " This option not working on my side, I don't want to go with any 3rd party plugins for custom permalink. already toolset provides the option like " Use a custom URL format", why I use another plugin. plz check once and conform me. " Use a custom URL format" future not working how to enable this.
The line below the field says "Optional. Prepend posts with this slug"
What this means is that any slug you add here will be used as the post type slug. This field doesn't accept placeholders such as %%POST_ID%% also it doesn't add the text here as a parameter only a slug that replaces the original CPT slug.
This field can't be used to achieve what you want hence the options are to modify the permalinks at Settings -> Permalinks or use a 3rd party plugin.
The above code all works fine but I want a bit different permalink structure, But there is adding post id at the middle of the permalink but I want to add the end of the post for post id.
As I read in the post it doesn't seem to be possible because the link would result in an error 404 when the post ID is added to the end of the URL.
Based on this it only seems possible when the URL is added to the middle. However have you tried the plugin that I suggested as it appears to be able to allow you to extend the wordpress default permalink functions to your custom post types similar to how Woocommerce allows you to define a custom permalink structure for products.