Sorry If you did not get me.But At the start of the page it should show all the store list.But after loading, when I click on the More Details, It should take me to the new page where that clicked store should be shown.
I have modified wpsl-gmap.js little bit and added more details with anchor tag in html
. So by doing this my href
of my anchor tag becomes like ?wpsl-id=1
Thats what I did.But when I click on that More Details, it is redirecting me to index page with url like this localhost/wordpress/?wpsl-id=1
.
So How can I do it to achieve desired result ?
Please give any suggestion.I am trying to achieve it for past two days without any success.