Showing WordPress On Your Homepage
Once you’ve installed WordPress you want it to show on your homepage, by following this very easy step you will then be able to have WordPress on your index page.
1. First go to your index.php page and delete all the code in it. Copy this code underneath and paste it into your index page.
<?php /* Short and sweet */ define('WP_USE_THEMES', true);
require('wordpress/wp-blog-header.php'); ?>
2. Log in to your WordPress Dashboard and go to Settings >> General and then where it says Blog address (URL) you want to change this to http://yoursite.com and then press Save Changes.
Your WordPress blog will then show up on your homepage.






