I've just installed a new WordPress on my site and I'm running up against a wall. I want to take control of all sub-pages of a certain page. What I mean is, I want to take all pages of a form like:
http://example.com/wordpress/example-page/*
Where * could be anything.
I want to access whatever is typed in place of * with PHP and use it to bring up different results from a database.
Thanks.