• Resolved armank7

    (@armank7)


    In WP All Export can create queries to export posts, pages etc. but they the options are broken out by page/post type.

    Is there an ability to export ALL WordPress site pages and content in one query?? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @armank7,

    Is there an ability to export ALL WordPress site pages and content in one query??

    You can use the WP_Query Results option to export all post types at once: https://www.wpallimport.com/documentation/wp-query-export-to-csv/. Here’s an example query that you can modify as needed:

    "post_type" => "any",
    "post_status" => array("publish", "pending", "draft", "auto-draft", "future", "private", "inherit", "trash") 
    Thread Starter armank7

    (@armank7)

    @wpallimport thank you for this. I am still having an issue where when using this query even though it should account for any post type still some URLs are not included in the export. Do you have any suggestions for a query to ensure all webpages are being included in the export?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to export ALL content??’ is closed to new replies.