I have a wordpress page that uses a custom template I created. The url looks like this:
http://localhost/custom
What I want to do, is have the content for this page change, depending on the action (is that what you call it?). e.g.
http://localhost/custom/people
http://localhost/custom/animals
http://localhost/custom/places
How would I accomplish this?