Support

Account

Forum Replies Created

  • It’s okay~ I’ve figured out the solution.

    <?php
    $xml = 'http://domain.com/jobrss.aspx?jobspecialization='.get_field('acf_field', 'option');
    $jobs = simplexml_load_file($xml);
    foreach ($jobs->channel->item as $jobinfo) { ?>
    <li></li>
    <?php } ?>

    Cheers

Viewing 1 post (of 1 total)