WP Query field is required
-
Hi,
I am using the following query to export data from “WP_Query Results” Tab:
‘post_type’=> ‘listing’,’meta_query’=> array(array(‘key’=> ‘owner_status2’,’value’=> ‘Woman-Owned’,’compare’=> ‘LIKE’))
The next page of “Customize Export File” does show the correct number of posts/records that is present in the site, but when I press the preview or continue button, I get the following error “WP Query field is required” and nothing happens further.
I created this ‘owner_status2’ field through ACF. And has created the query in accordance to the plugin documentation https://www.wpallimport.com/documentation/wp-query-export-to-csv/ . Please guide what am I doing wrong?
Thanks
The topic ‘WP Query field is required’ is closed to new replies.