diff --git a/wp-admin/import-blogger.php b/wp-admin/import-blogger.php index 90277a97a..aca4d80cb 100644 --- a/wp-admin/import-blogger.php +++ b/wp-admin/import-blogger.php @@ -20,7 +20,7 @@ switch ($action) { case "step1": - require_once('wp-config.php'); + require_once('../wp-config.php'); require_once($abspath.$b2inc.'/b2template.functions.php'); require_once($abspath.$b2inc.'/b2functions.php'); require_once($abspath.$b2inc.'/b2vars.php'); @@ -29,11 +29,11 @@ case "step1": Blogger to WordPress - Converting... - +
-

Blogger to WordPress

+

Blogger to WordPress

The importer is running...

 

Completed Blogger to WordPress import!

-

Now you can go and log in, have fun!

+

Now you can go and log in, have fun!

@@ -179,12 +179,12 @@ default: Blogger to WordPress Import Utility - +
-

Blogger to WordPress

+

Blogger to WordPress

This is a basic Blogger to WordPress import script.

What it does:

First step: Install WordPress

-

Install the WordPress blog as explained in the read me, then immediately come back here.

+

Install the WordPress blog as explained in the read me, then immediately come back here.

Second step: let's play with Blogger

Log into your Blogger account.
@@ -213,7 +213,8 @@ Check in your FTP that you've got the archive files published. They should look

Third step: w00t, let's click OK:

When you're ready, click OK to start importing:

-Note: the script might take some time, like 1 second for 100 entries imported. DO NOT STOP IT or else you won't have a complete import, and running the script again might just make you have double posts.

+Note: the script might take some time, like 1 second for 100 entries +imported. DO NOT STOP IT or else you won't have a complete import.