Not quite following what you mean here. Could you explain some more with some more details about what you’re trying to achieve?
I created a couple of custom posts. One of them is called ‘articles’.
I can see all these custom posts in browser like this:
domain.com/articles/art-1
domain.com/articles/art-2
I want to see like this:
domain.com/art-1
domain.com/art-2
So I want to remove ‘articles’ from the slug. But only for ‘articles’ custom posts. I have other custom posts too, but I don’t want to change nothing to them.
It is possible?
Thanks,
Cosmin
Hi,
I succeeded with Remove slug from custom post type plugin and /%postname%/ on permalinks.
Thanks!