Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter dustin13

    (@dustin13)

    I understand. Here is a line from my DB table dump.

    INSERT INTO wp_posts VALUES(2048, ‘2009-05-22 00:00:00’, ‘Memorial Day WOD’, ‘<p>Friday, May 22nd, 2009</p>\r\n<p>Phase I: Warm-up
    \r\n
    \r\n5 rounds:
    \r\n3 x “The Exercise” 65# (see notes)
    \r\n5 pull-ups
    \r\n
    ‘);

    I need to take that (actually there are 1800 of them) and insert them into my wp_posts table.

    Would using PHPmyAdmin be the solution or massage the data somehow and use wp_insert_post() programmatically?

    Thoughts?

    Thank you

Viewing 1 replies (of 1 total)