Hello
In frontend, I need let users to access the same post page in different ways. For example:
if the URL of a post is: <domain site>/postname
I need the follow URL goes to the same page:
<domain site>/postname/someword
How can I do this?
Any comment is appreciated.
Thanks
Leticia