Code test
Copy Text Copied Use a different Browser — 1. Insert posts INSERT INTO wp_posts ( post_author, — change to your WP user ID (usually 1) post_date, post_date_gmt, post_content, post_title, post_excerpt, post_status, comment_status, ping_status, post_name, post_modified, post_modified_gmt, post_type, comment_count, guid ) SELECT 1 AS post_author, p.DateCreated AS post_date, UTC_TIMESTAMP() AS post_date_gmt, — or convert properly if […]
