Hi,
I have a CPT named "test."
In my CPT "test" I have a "macro category" and "micro category" field. How can I, from functions.php create a query that will export me all the posts of a given macro category and/or micro category?
Also from functions.php is it possible to export all the items in a drop-down menu (example macro category)? Not of the individual post item but of the menu in general.
You will have to write your own custom code that should fulfill your requirement or you should find number of plugins available that should help you to export your desired content.