Skip to content
Home > Other > bbPress SQL command to change topic’s forum

bbPress SQL command to change topic’s forum

  • This topic has 0 replies, 1 voice, and was last updated 1 year ago by Admin.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #192755
    Admin
    Administrator

    bbPress SQL command to change topic’s forum. In this case we change forum 0 to 87635.

    UPDATE wp_posts SET post_parent = '87635' WHERE post_parent = '0' and post_type = 'topic';
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.