Hello
In frontend, I want let users to see extra data for posts in a different page.
I want to access this new page as follow:
if the URL of a post is: <domain site>/postname
the URL to see the extra data is: <domain site>/postname/specialdata
I already has a plugin with a page that receive the post name and return that extra data.
My doubt is how is recommended to associate the URL <domain site>/postname/specialdata with the plugin php page that show the extra post data.
Any comment is appreciated.
Thanks
Leticia