Hi all
I have included the following code into my site's index page;
<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp/wp-blog-header.php');
?>
While it does include the posts....it's not displaying them properly.
Example post entry:
Hi there.
How are you?
I am fine.
In reality I had entered the post with a space between each line;
Hi there.
How are you?
I am fine.
It's like it's not picking up any html coding for some reason. Anyone have any ideas? I have a site to launch like yesterday and can not until I figure out this problem.
Thanks for all the help