• Resolved Anonymous User 9269003

    (@anonymized-9269003)


    Hi,

    My CPT don’t have any content, but I want to save the same content into each CPT.

    I got 200 CPT posts. What is the solution for Bulk update?

    SQL and PHPmyadmin could help, but don’t know the command.

Viewing 1 replies (of 1 total)
  • Thread Starter Anonymous User 9269003

    (@anonymized-9269003)

    Ok Got it.

    UPDATE wp_posts SET post_content = ‘my new content’ WHERE post_type = ‘my CPT’

Viewing 1 replies (of 1 total)
  • The topic ‘Bulk update Custom Post Type content’ is closed to new replies.