Querying a function in function.php?
-
I have this in my function.php file
[Code moderated as per the Forum Rules. Please use the pastebin]
And I want to sent $_GET[‘offset’] to the PHP function show_next_post. What URL do I specify in the
load( "?offset="+offset+number
bit of my code in order to send the request to the show_next_post() function
- The topic ‘Querying a function in function.php?’ is closed to new replies.