Title: Nested Array on Job Board
Last modified: February 17, 2023

---

# Nested Array on Job Board

 *  Resolved [wildfiree](https://wordpress.org/support/users/wildfiree/)
 * (@wildfiree)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/nested-array-on-job-board/)
 * I was trying to use your plugin and was unsuccessful in assembling several support
   topics together. My goal is to have the plugin output only job posts from a specific
   company on a job board, but the source has a multiple nested array structure.
   My attempt is below; if this exceeds the limits of the free version, but is possible
   on Pro, please let me know. If this coding would necessitate private consult,
   I am willing to go that route as well. Thank you for your plugin.
 *     ```wp-block-code
       [jsoncontentimporter url=https://jobs.gorails.com/jobs.json oneofthesewordsmustbein="DevelopMetrics" oneofthesewordsmustbeindepth=2 basenode=data] {type} #{id} {subloop-array:attributes:-1}{attributes.title} {attributes.location}{subloop-array:salary:-1} {subloop-array:minimum:-1} {minimum.cents}{subloop-array:minimum} {subloop-array:maximum:-1}{maximum.cents}{subloop-array:maximum}{/subloop-array:salary}{subloop-array:links:-1} <a href="{links.self}" target="_blank" rel="noopener">Apply Now</a><br>{/subloop-array:links}{/subloop-array:attributes}[/jsoncontentimporter]
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/nested-array-on-job-board/#post-16485702)
 * Hi, check this Shortcode,please:
 *     ```wp-block-code
       [jsoncontentimporter url=https://jobs.gorails.com/jobs.json oneofthesewordsmustbein="DevelopMetrics" oneofthesewordsmustbeindepth=2 basenode=data] 
       <div style="display:none">{subloop:attributes.company:-1}{attributes.company.name}{/subloop:attributes.company} </div>
       {type} #{id} 
       {subloop:attributes:-1}{attributes.title} {attributes.location}
       {subloop:attributes.company:-1}attributes.company.name={attributes.company.name}<br>{/subloop:attributes.company} 
       {subloop:attributes.salary:-1} 
       attributes.salary.schedule={attributes.salary.schedule}
       {subloop:attributes.salary.minimum:-1}maximum={attributes.salary.minimum.cents}{/subloop:attributes.salary.minimum}
       {subloop:attributes.salary.maximum:-1}maximum={attributes.salary.maximum.cents}{/subloop:attributes.salary.maximum}
       {/subloop:attributes.salary}
       {subloop:links:-1} <a href="{links.self}" target="_blank" rel="noopener">Apply Now</a><br>{/subloop:links}
       {/subloop:attributes}
       [/jsoncontentimporter]
       ```
   
 * Bernhard
 *  Thread Starter [wildfiree](https://wordpress.org/support/users/wildfiree/)
 * (@wildfiree)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/nested-array-on-job-board/#post-16485912)
 * RESOLVED.
 * Your shortcode worked. Thank you very much for your assistance. The nested array
   presented me significant challenges and I was unable to find anyone with this
   problem previously on this plugin’s forums.
 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/nested-array-on-job-board/#post-16486321)
 * You‘re welcome. Feel free to write an review at [https://wordpress.org/support/plugin/json-content-importer/reviews/](https://wordpress.org/support/plugin/json-content-importer/reviews/)
 * Bernhard

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Nested Array on Job Board’ is closed to new replies.

 * ![](https://ps.w.org/json-content-importer/assets/icon-256x256.png?rev=3464653)
 * [Get Use APIs - JSON Content Importer](https://wordpress.org/plugins/json-content-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/json-content-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/json-content-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/json-content-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/json-content-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/json-content-importer/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [berkux](https://wordpress.org/support/users/berkux/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/nested-array-on-job-board/#post-16486321)
 * Status: resolved