Displaying Posts
If you're not into using the premade themes they give you, you can include it into your regular site with ease. If you build your site out of wordpress and would like your posts displayed on the index page outside the root folder, here is how.
Open up index or wherever you want your posts to appear.
Put this tag in wherever you want those posts to display (.php files only)
|
<? include('http://www.yourdomain.com/wordpress/index.php'); ?>
|
Replace yourdomain.com with your address.
|