WordPress On Your Index
| Rate this tutorial: |
|
Step 1: Create an Index Page & Upload to FTP
Like other blogging tools such as FanUpdate and CuteNews, you need to create an index.php page (this is different from your themes index.php page). Copy and paste the following code onto your newly made index. Save and upload into your public_html folder.
<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wordpress/wp-blog-header.php');
?>
Step 2: Replace ‘wordpress’ With Your WordPress Folder Name
Keep in mind, if your blog doesn’t show, you have to change ./wordpress/ to which ever name you called your WordPress folder.
For further assistance: Contact Me » Ask Me