Variables & Permalinks in a URL
-
I am developing a WordPress plugin, I show a list of players with each player on a hyperlink to view full record.
If you do not use Permalinks works well with a URL like this:
https://www.myweb.com/?page_id=6&player_id=50But by putting Permalinks is a url like this:
https://www.myweb.com/players/&player_id=60
and then not workingWhat system can I use WordPress to spend on such variables without using a hyperlink Form?
?WordPress has a system of passing variables between pages? Are add_option used for this?
Thank you
- The topic ‘Variables & Permalinks in a URL’ is closed to new replies.