Hello,
I have the wordpress permalink structure set to /%postname%/ and I would like to have the following format for my custom post type permalinks:
http://example.com/Custom-post-type-entry-title
Right now it also has the slug of the post type and looks like this: http://example.com/post-type-slug/Custom-post-type-entry-title
When creating and editing a post type with Types I can only replace the post type slug with another custom slug of my preference. If I leave it empty it defaults to the post type slug. If I choose Use the normal WordPress URL logic the post type slug is still appended.
Is there any way to get rid off any slugs and just have it displayed like a normal post would be with the preferences set to /%postname%/ ?
Thanks!