I have wordpress custom template page test.php in which I want to pass variable throuh url like,
http://localhost/wordpress/test?date=2017&postid=11&title=some-title
in this format,
http://localhost/wordpress/test/2017/11/some-title
and grab the parameter from the url.
I have followed this link, but couldn't produce the result as I have desired.
Is there another way to achieve the desired result as I have mentioned??? I am pretty newbie to wordpress theme development.
get_query_varfrom wordpress