Is it possible in any way to modify the wordpress permalink structures so that you can create a page using a script to find the page?
Example:
You want to make a page on http://www.yoursite.com/1/2/3/4/post or whatever... You don't want to use wordpress's the_post function to display the data. Instead, you have a table that you want to get data from, like a second posts table. How would you do this?
(the reason this being, I want users to be able to submit a post and I click an "accept" button after they submit the post. I don't want to go through the process of creating each field. It's preferable to have a dependent structure, i.e. using filters on the post and using its existing permalink but would be preferred to have its own sort of "set_permalink_of_page" function...)