custom feed from custom post type with custom fields
-
i have a problem (job)
the details:
the wp theme is the Jobify ( https://themeforest.net/item/jobify-wordpress-job-board-theme/5247604 )
I used child theme for publish.details:
This is a job seeker page. An another page is need a feed from this.
we need a daily rss feed, from custom post, like this:
The custom posts is “job_listing”
but we need to use the custom fields of posts, like “position”, “location”, “job category” etc., so we need a custom feed structure.
example:<items>
<item id=”…”>
<url>https://…</url>
<position><![CDATA[…]]></position>
<location><![CDATA[…]]></location>
<category><![CDATA[…]]</category>
<employer><![CDATA[…]]</employer>
<date>YYYY.MM.DD.</date>
<text><![CDATA[…]]></text>
</item>
</items>can anyone contract this?
- The topic ‘custom feed from custom post type with custom fields’ is closed to new replies.