• Resolved valentinamsc

    (@valentinamsc)


    Hi,

    can you tell me how to transform the data taken from this page https://dealer.moto.it/motorteam/Ads/List?u=f7b665041cb5b0e180b8df1dfb5c7649
    on my website page https://motorteampliaggio.com/occasioni/

    I’m building a WordPress website for a motorcycle reviewer that posts motorcycle ads on a moto.it portal that provides a json url that is updated every 15 minutes.

    My problem: I need to import that Json from URL on the WordPress website which is using a WP theme called Divi. Is it possible to create a custom page template using Divi by importing dynamic content from json url using the plugin? How can I enter data such as images or text into Divi theme modules?

    Thank you

    • This topic was modified 1 year, 10 months ago by valentinamsc.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter valentinamsc

    (@valentinamsc)

    I’m building a WordPress website for a motorcycle reviewer that posts motorcycle ads on a moto.it portal that provides a json url that is updated every 15 minutes.

    My problem: I need to import that Json from URL on the WordPress website which is using a WP theme called Divi. Is it possible to create a custom page template using Divi by importing dynamic content from json url using the plugin? How can I enter data such as images or text into Divi theme modules?

    Plugin Author berkux

    (@berkux)

    Hi Valentina,
    try this:

    [jsoncontentimporter url=https://dealer.moto.it/motorteam/Ads/List?u=f7b665041cb5b0e180b8df1dfb5c7649 basenode=Annunci deugmode=10]
    Titolo: {Titolo}<br>
    {subloop-array:FotoPiccole:5}<img src="{0}"> <img src="{1}">{/subloop-array:FotoPiccole}
    [/jsoncontentimporter]

    Question about CPT, Divi: Post at https://jsoncontentimporter.freshdesk.com/widgets/feedback_widget/new?searchArea=no please, as this is a pro plugin question.

    Bernhard

    Thread Starter valentinamsc

    (@valentinamsc)

    Thanks Berkux I was able to see the results thanks to your code and I set the style I wanted. One last thing: how can I see the results in two columns? Thank you

    You can see the result now obtained at this link https://motorteampiaggio.com/occasioni/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need some help to render the data obtained on the page’ is closed to new replies.