• Resolved wlansell

    (@wlansell)


    Hello Support,

    I’m trying to create a custom rss feed for a company integration on their job forum. They are lookig for the following info in the rss, can someone please let me know how to create this, as I’m not experienced with rss & php.

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <job>
    <command>add</command>
    <username>bobsmith</username>
    <password>p455w0rd</password>
    <contact_name>Bob Smith</contact_name>
    <contact_email>[email protected]</contact_email>
    <contact_telephone>020 7987 6900</contact_telephone>
    <contact_url>www.smith.com</contact_url>
    <days_to_advertise>7</days_to_advertise>
    <application_email>[email protected]</application_email>
    <application_url>https://www.url.com/ad.asp?adid=12345123</application_url&gt;
    <job_reference>abc123</job_reference>
    <job_title>Test Engineer</job_title>
    <job_type>Contract</job_type>
    <job_duration>6 Months</job_duration>
    <job_startdate>ASAP</job_startdate>
    <job_skills>VB, C++, PERL, Java</job_skills>
    <job_description>This is the detailed description</job_description>
    <job_location>London</job_location>
    <job_industry>Marketing</job_industry>
    <salary_currency>gbp</salary_currency>
    <salary_from>25000</salary_from>
    <salary_to>30000</salary_to>
    <salary_per>annum</salary_per>
    <salary_benefits>Bonus and Pension</salary_benefits>
    <salary>£25000 – £30000 per annum + Bonus and Pension</salary>
    </job>

    Thanks
    Wayne

    https://www.ads-software.com/plugins/wp-job-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Jolley

    (@mikejolley)

    This is more than RSS, its XML. Are you importing or exporting to job manager?

    Thread Starter wlansell

    (@wlansell)

    Hello Mike,

    I’m exporting to a company called broadbean.

    Is it easy for a novice?

    Thanks
    Wayne

    Plugin Author Mike Jolley

    (@mikejolley)

    No, you would need a dev to create it to the spec. it involves a few queries (to get the jobs) and then the actual feed creation (and possibly some caching too!).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom RSS Feed’ is closed to new replies.