Let’s say I have a custom post type called **Items**.
I also have an archive.php and a single.php file to display those at */items* and */items/whatever-slug*
Now, I want to add a different user interface, keeping the old one.
It means, I want to display the archive and single views under */new-url/items* and */new-url/whatever-slug*
Being WordPress, there must be a ton of ways to achieve this.
How would you do it?
I am not asking for copy paste code, just the overall architectural approach you would take. I will of course think about it and generate all the code I need.
Thanks.
[ad_2]