• Resolved manudrago

    (@manudrago)


    <table>
    <tbody>
    [jsoncontentimporter url="https://influentialsoftware.bamboohr.com/careers/list" basenode="result"]
    <tr>
    
    <td><strong>{jobOpeningName}</strong></td>
    <td>{location.city}{location.state}</td>
    
    </tr>
    [/jsoncontentimporter]</tbody>
    </table>
Viewing 1 replies (of 1 total)
  • Plugin Author berkux

    (@berkux)

    <table>
    <tbody>
    [jsoncontentimporter url="https://influentialsoftware.bamboohr.com/careers/list" basenode="result"]
    <tr><td><strong>{jobOpeningName}</strong></td><td>
    {subloop:location:-1}{location.city}: {location.state}{/subloop:location}
    </td></tr>
    [/jsoncontentimporter]</tbody>
    </table>

    does that help?

Viewing 1 replies (of 1 total)
  • The topic ‘show city, state and Remote if it true’ is closed to new replies.