I have a page which I need to send two variables, 'my_book_id'
and 'library_book_id'
.
On that page I would code something that uses the variables.
I know that since WordPress pages are not exactly HTML pages or PHP files, I can't send variables via the URL and then get them for use on the page with $_GET['my_book_id']
.
I want to implement something like this. How would I do it?
I am using permalinks and I have %postname%
on the definitions.