• Resolved koenvn

    (@koenvn)


    Hi,
    Thanks for this awesome plugin.

    We use it in combination with WP Job Manager, which seems to work nearly flawless. Except for one thing. We would like to export all job applications, but unfortunately it exports everything except for the ones which are ‘archived’ (in our case rejected) – but this data is really important to us (including the ones which are ‘archived’).
    Could you please let me know how I can export everything including the ‘archived’ status posts (applications)?

    Thanks heaps Koen

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

    (@wpallimport)

    Hi Koen.

    In this case, you’ll want to start a new export and choose “WP_Query Results”. You’ll need to edit the post type and status to match the archived applications, but here’s an example that would export published and trashed posts:

    'post_type' => 'post', 'post_status' => array( 'publish', 'trash' )

    We have some more info on this here: https://www.wpallimport.com/tour/export-developer-friendly/

Viewing 1 replies (of 1 total)
  • The topic ‘Archived posts not showing up in export’ is closed to new replies.