Exporting a custom post type
-
Hello!
I downloaded your plugin in order to export data from another plugin called ‘Modal Survey’. My goal is to export the participants details into a CSV file. Under WP_QUERY Results I chose Post Type Query, and then I put in
‘post_type’ => ‘modal_survey’, ‘modal_survey_participants’ => array( ’email’ )
which I believe to be the correct Custom query. The ‘Invalid Query’ error did not show up so I’m guessing that it is correct. So I have a couple of questions:
1) If the ‘invalid query’ error does not show up, does it mean that I put in a correct query? Also does that mean that the query exists?
2) How can I export the data that I am trying to export? In addition to the ’email address’ I want to export the participants’ answers.I understand that you might not know which plugin I am talking about so here is a link to their page: http://codecanyon.net/item/modal-survey-wordpress-poll-survey-quiz-plugin/6533863
This is for a client’s website so I would really appreciate a response and a solution ASAP.
Thank you!!!
The topic ‘Exporting a custom post type’ is closed to new replies.