Wordpress - Blog not at root = Big Mistake
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 [...]
Steven Pratt



Recent Comments- Olivia Smith on Wordpress - Blog not at root = Big Mistake
- Nicholas King on Google Chrome Update - Java Plugin
- Faith Foster on Google Chrome Adblock plugin
- Percocet. on Google Chrome Beta - First Impressions
- Lucy Robinson on Google Chrome Update - Java Plugin