I’m looking for either an existing WordPress plugin that does this, or I may need to have a new WP plugin created.
I want the plugin to do the following:
1. When a page is requested on a web site (which has WP installed), the plugin looks to see if that page is already exists.
2. If the page is not there, then the plugin creates a new post in WordPress
3. In order to create the page, the plugin looks at the referring URL that requested the page. If there is no referring URL, it serves up…
