I am creating a plugin. I want to pass parameters in URL or you can say I want multiple URLs for same page(But this will load same page Not a Redirect). For example: http://www.ijmsbr.boxysolutions.com/publications-of-ijmsbr/?data=2016-11 I want this URL in this structure http://www.ijmsbr.boxysolutions.com/publications-of-ijmsbr/2016-11/
and these will be multiple links like
- publications-of-ijmsbr/2016-11/
- publications-of-ijmsbr/2016-12/
- publications-of-ijmsbr/2017-01/
But all links should load this one page publications-of-ijmsbr/
http://www.ijmsbr.boxysolutions.com/publications-of-ijmsbr/
this is my custom page. I want to get these parameters (/2016-11/, /2016-12/) on my page.