I know it's an ease to change the table prefix and share a database (in terms of storing content) between multiple WordPress installs; but what I'd like to do is share the exact same content through two blogs.
I'm looking to create an iPhone version of my site in a sub-domain, and have it's iPhone formatted theme display the same content as the main domain.
There is a plugin/theme that detects the user agent of the browser to see if it's an iPhone, but I'd rather give the people the option of visiting a http://m.domain.com mobile version, or in it's full form.
Is this at all possible?