• Resolved erinjenkins86

    (@erinjenkins86)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author berkux

    (@berkux)

    HI,

    like this:

    [jsoncontentimporter url=https://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.