I have created a layout already, and I want to integrate just the "blog" portion or the "loop" into the site, no side bars or anything like that. I want to maintain the look of a normal website, but with the ability to update it like a blog. Make sense? Before it's mentioned, I don't like Joomla and will not use it. Any help would be appreciated.
That shouldn't be so hard.. That would require some customizing of the index.php in your template's directory not not include the page header. And then from your own layout just add a <frame src="http://ursite/wordpress../template../index.php"> or just use a include/require() if php enabled. My 2 cents ...