Displaying posts to viewers
All your posts would by default be visible on the page
www.your-domain.com/blog.php, having its code as shown in the image.
To change the looks of your posts, feel free to edit the
style section of the page
If you already have a nice looking page and want to show all posts directly on that page, just copy the following code and paste it where you want all the posts to be viewed:
<?php include 'postpublish/blog_leader.php'; ?>
Note: The page that you'll be copying code to (if you are) must be located in the same directory as that of blog.php, i.e. inside public_html folder and none of its sub directories.
And the page must be a .php file, if yours is a .html file then simply change the extension by renaming the file.