WPML export
-
Hello,
I’m working on a real estate site. I need to export a custom post type as a custom XML feed. Is it possible to pull all the data from english version and only titles and descriptions in another two languages?
This is what I need:<property>
<property-id>ID<property-id>
<property-title>TITLE</property-title>
<property-desc>DESCRIPTION</property-desc>
<property-size>SIZE</property-size>
. . . (all the other data)
<property-title-DE>TITLE DE</property-title-DE>
<property-title-IT>TITLE IT</property-title-IT>
</property>There is a WPML language selector which allows you to choose one language or all of them, but that doesn’t solve my problem. Would it be doable with WP_Query?
The topic ‘WPML export’ is closed to new replies.