• Hi all, I am trying to convert 3 years of posts where I used scratchlog
    to wordpress. Has anyone done this or know how I can go about doing this? Each scripts structure is a little different so it doesn’t seem like something that will be easy. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you tell us how Scratchlog sets up their database or layout? That might help us point you in the right direction.

    Also see:
    http://codex.wordpress.org/Importing_Content

    Something there might look familiar.

    Thread Starter skandal

    (@skandal)

    Here is the post structure:
    CREATE TABLE entries (
    id int(5) unsigned zerofill NOT NULL auto_increment,
    entry text NOT NULL,
    title text NOT NULL,
    author text NOT NULL,
    day varchar(20) NOT NULL default ”,
    date varchar(20) NOT NULL default ”,
    time varchar(5) NOT NULL default ”,
    KEY id (id)
    ) TYPE=MyISAM AUTO_INCREMENT=233 ;

    and the date format is: 05.01.2003

    Thread Starter skandal

    (@skandal)

    Aynone have any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Convert Scratchlog to WordPress’ is closed to new replies.