Hi, you can use any 3rd party plugin to export property listings. I will suggest WP All Export.
https://ww.wp.xz.cn/plugins/wp-all-export/
Regards
Hi Rameez,
thanks for your reply.
WP All Export only permits to export in xml/CSV (i am using to export to XML), but now i need to export to JSON and i do not find any plugin that helps me doing that. I tried different plugins without success.
Maybe i need to create my own routes to do that.
Thanks for your help.
Hi Rameez,
thanks for that plugin. It’s almost what i need 🙂
But i noticed that images came with id, and came in all languages (i need to filter languages) and i need to change some characteristics names to match the platform schema.
I know that my task is not easy.
Thanks again for your help.
Nuno Vieira
Rameez, in your plugin you use Content disposition: attachment, and if i want to show json inline how can i do it?
Thanks.
Hi, then you can just print that json_encode( $data_to_save ) without modifying headers.
You’re free to make changes, do it as you need it 🙂