Wordpress - Blog not at root = Big Mistake

POSTED BY StevenPratt on Aug 18 under 30 Day Challenge

I made a big mistake. When I created the Farklerules.com website, I didn’t change the default wordpress location. So I ended up in a subdirectory. Now the question was, how to get the traffic from the home page to the blog?
Turns out that is easy enough, with a little php code.
<?php
define(’WP_USE_THEMES’, true);
require(’./blog/wp-blog-header.php’);
?>
But it means that [...]

Copyright Steven Pratt - The Outsourcing Insider | Powered by WordPress | Using the GreenTech Theme