In 2.7.1 how can I create a page slug so that I can drop some custom php code into the application? For example, if I wanted to write an application that allowed site visitors to enter some data and search it and I placed that code in searchme.php I want the users to be able to type http://domainname.com/searchme and havethat code appear within the wordpress template as if it were a page.
Seems to me I used to be able to create a page slug called "searchme" and have that work.
Is this the wrong approach and how do I accomplish building custom applications into a wordpress installation?
Thanks!