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 [...]

Can’t Add Image to Post in Wordpress

POSTED BY StevenPratt on Aug 6 under 30 Day Challenge, Techno-Fun

You might have noticed a shortage of visual awesomeness on the blog, and for good reason: I could not add pictures to the blog automatically.
Using the “Add media” button on the Write Post page would allow me to upload an image, but when I hit the button to insert the image into post, the window [...]

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