Title: JSON template
Last modified: May 2, 2021

---

# JSON template

 *  Resolved [alaikke](https://wordpress.org/support/users/alaikke/)
 * (@alaikke)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/json-template-2/)
 * Hey body!
    `I am trying to use the plugin but I have not yet succeeded.
 * I need to show the last 10 publications from this link: [http://www.fenae.org.br/portal/lumis/api/rest/fenaenoticias/lumgetdata/list.json](http://www.fenae.org.br/portal/lumis/api/rest/fenaenoticias/lumgetdata/list.json)?
 * I need a template to show the following fields loops:
 * Title: “titulo”
    Image: “href” Post Intro: “introducao” Content: “conteudo”
 * If possible, I would also like a template to show the last 10 publications with
   the destination link in the title of each post.
 * Can you help me with this templates?

Viewing 1 replies (of 1 total)

 *  Plugin Author [berkux](https://wordpress.org/support/users/berkux/)
 * (@berkux)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/json-template-2/#post-14390124)
 * Hi,
 * try this:
 *     ```
       [jsoncontentimporter url=http://www.fenae.org.br/portal/lumis/api/rest/fenaenoticias/lumgetdata/list.json urlgettimeout=60]
       {subloop-array:rows:4}
       {rows.conteudo:html}<br>
       {subloop:rows.imagemIntroducao:-1}
       <img src="{rows.imagemIntroducao.href}">
       {/subloop:rows.imagemIntroducao}
       <hr>
       {/subloop-array:rows}
       [/jsoncontentimporter]
       ```
   
 * Bernhard

Viewing 1 replies (of 1 total)

The topic ‘JSON template’ 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, 1 month ago](https://wordpress.org/support/topic/json-template-2/#post-14390124)
 * Status: resolved