Quit when you’ve had enough!
Things still aren’t working out. I uploaded query_plugin.php as you specified with the code. Thanks! In the second section of code should it be:
$playerID = playerID_query_vars("playerID");
instead of
$playerID = get_query_var("playerID");
? Otherwise I don’t know when I’m ever supposed to be using the function playerID_query_vars() we built in the plugin.
Finally where do the actual values of $playerID ever get passed from? I don’t see where “$playerID = 1”, for example, would ever be coded. That would have to somehow be attached to a WordPress page. Are those still somehow defined on the individual content pages in WordPress?
Ugh … someday this will work!