posts AS posts WHERE posts.post_name = '$slug' LIMIT 1"; $posts = $wpdb->get_results("$SQL"); if ($posts) { foreach ($posts as $post) { $found_link = get_permalink($post->ID); } } else { $found_link = "http://www.keyboardmilitia.com/"; } ?> Redirecting...

Redirecting...

You can also proceed immediately to .

The main blog URL is www.keyboardmilitia.com.

This will redirect to the root of your new WordPress blog if the users come to a main or archive page on your Blogger site. If they come to the page of an individual blog entry, it will redirect them to the from_blogger.php script, where we’ll try to pass them along to the appropriate location in the new WordPress blog.

Friday, April 23, 2010

Keyboard Militia has moved...

My blog has moved! Redirecting...

You should be automatically redirected. If not, visit http://www.keyboardmilitia.com and update your bookmarks.