Title: JSON template help
Last modified: January 9, 2021

---

# JSON template help

 *  Resolved [erinjenkins86](https://wordpress.org/support/users/erinjenkins86/)
 * (@erinjenkins86)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/json-template-help/)
 * Hello! I am trying to display title, video reference, description, englishName,
   fromChapter, toChapter, fromVerse, toVerse. This is my first experience as a 
   web designer adding a json file and would appreciate some helps.
 * I have watched the demo videos and have gotten as far as being able to display
   englishName by doing this:
    {subloop:relatedIndexItem:-1} {relatedIndexItem.englishName}{/
   subloop:relatedIndexItem}
 * but I am not sure what parameters to put in the template to display the rest 
   of the information for this JSON. Can you please help or direct me? Thank you
   in advance.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fjson-template-help%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/json-template-help/#post-13886594)
 * HI,
 * like this:
 *     ```
       [jsoncontentimporter url=http://www.kolelketab.com/api/public/episodes/latest-episode?cacheBuster=1610219388739]
       {title}<br>{description:html}<br>
       {subloop:relatedIndexItem:-1}
       englishName: {relatedIndexItem.englishName}
       {/subloop:relatedIndexItem}
       <hr>
       {subloop-array:preachers:-1}
       name: {preachers.name}
       {/subloop-array:preachers}
       [/jsoncontentimporter]
       ```
   
 * Bernhard

Viewing 1 replies (of 1 total)

The topic ‘JSON template help’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [berkux](https://wordpress.org/support/users/berkux/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/json-template-help/#post-13886594)
 * Status: resolved