Quote:
|
Originally Posted by lilspup
throw your index.php in your root folder (leaving all the other files where they are) edit line 4 of the the index.php file to call the folder where blog header is, for example mine looks like this:
<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp/wp-blog-header.php');
?>
|
this my friend worked....the rest i tried and either didnt quite understand....one i know DIDNT work(course i may have overloooked something but i dont think)
thank you.....man itd be nice just to know the code and where to look, cause that was way too simple....
ill remember the name for future reference
