Grumble, grumble on behalf of the Wordpress. I'm sick of trying to slap together plugins to make WordPress do what we want. Yes, it is decent for content management, plugin support, and news. And will save us from reinventing some wheels. But we need to attack it differently.
Blog-style doesn't appeal to me. I'm thinking we should see if we can statically create the site structure we want. Then we just write the code to load the content. Easy and straightforward.
Sooooo...if that approach works, we could do something like this:
/index.php: front page. Load latest news, but also make it look inviting. And not like someone's 10 second WordPress site.
/motors/index.php: set as a subdomain on GoDadday and make an actual page for motors. Make it load motors related news by filtering a WordPress category "motornews" or something
/motors/francine/index.php: create a Francine folder. Make an index.php file which loads a stored WordPress page "Francine Stories"
/motors/francine/cc-part-1/index.php: create a folder for each stored WordPress page, with index.php file that loads the page
The problem I foresee is wordpress's url rewrite junk not letting us traverse the directory structure in this way...