• hi, i’m new at wordpress ??

    i followed the instructions at import-blogger.php…now, only the recent posts and archives are showing and not those i made using blogger. please see https://littlechina.ibsz.com/blog/

    i created a new folder on my server, which is “wp-archives,” a sub-directory under my wordpress blog folder which i named as “blog.” i have set blogger to publish the archives at “/www/blog/wp-archives/” and the url “https://littlechina.ibsz.com/blog/wp-archives/” now the archive archive filename of course is “wordpress.php.”

    the archives are now residing in my wp-archives folder and have the correct format…but howcome it doesn’t show in my blog?

    i’m new at this, someone help? thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • They are not showing on the blog because they are not in your WP database.

    Note that if you accidentally exported to a subdirectory, you don’t need to do the process all over — move the *wordpress.php files to your WP root or just change import-blogger.php where it says:

    $archivefile = “../$bgy”.”_”.”$bgmm”.”_01_wordpress.php”;

    … to instead read:

    $archivefile = “../archives/$bgy”.”_”.”$bgmm”.”_01_wordpress.php”;

    Except change ‘archives’ to the name of subdirectory you exported/ftp’d the blogger site to.

    From the codex

    Thread Starter lilchina

    (@lilchina)

    hi thanks for the help!

    i’ve done both…i’ve uploaded the PHP file from my server, changed the script. uploaded it back to my server and nothing happenned. i’ve changed the file to its original script and moved the files from /wp-archives/ still, nothing happenned.

    im getting desperate!

    So the archives are now in your /blog/ directory? or are they still in your /wp-archives directory?
    If I’m reading it correctly, you should leave the import-blogger script alone, if you moved the files but not the folder to your /blog directory. Otherwise, move the wp-archives folder with the files INTO the /blog directory, and then change the import-blogger.php file where the tutorial says change archives to read wp-archives.

    Thread Starter lilchina

    (@lilchina)

    y’know what i did the import process again, i was gonna try doing your instructions (from codex) again. but i first tried re-doing the import-blogger.php instructions again by visiting my blogger site.

    i removed the generated archive files and changed the archive path from blogger to the default /blog/ directory (where my wp files resides). i also deleted the wp-archive i created earlier.

    my archives since 2004 are now showing although i received some error messages “WordPress database error: [Unknown column ‘dateYMDhour’ in ‘field list’]” after clicking “OK”…hmmm

    i think this issue is closed? eventhough i received that error?

    I guess. It looks like everything is there now, I clicked on Dec 04 and posts showed up.
    Rather than having run the script again, you could have just taken the files out of the one directory and moved them to the wordpress directory.

    Thread Starter lilchina

    (@lilchina)

    ok i’ll keep that in mind ?? thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘where are my archives?’ is closed to new replies.