• Resolved omtr

    (@omtr)


    Hi, i want to get open job positions on our page. there should be a list page with all open positions which are linked to detail pages where you can get in-depth information about the position you just clicked.
    i guess i need the pro version for that since i got to use templates to fill with dynamic json data, right?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author berkux

    (@berkux)

    no, try this:

    [jsoncontentimporter url=https://kloster-dobbertin.hcm4all.de/api/v1/positions]
    {subloop-array:jobs:-1}
    <a href="jobs.urls}">{jobs.name} ({jobs.created_at})</a><br>
    <img src="jobs.media}" />
    {jobs.text1:html}
    <a href="jobs.urls}">mehr Details</a>
    <hr>
    {/subloop-array:jobs}
    [/jsoncontentimporter]

    see also https://wptest.kux.de/hcm4all/

    Bernhard

    • This reply was modified 4 years, 8 months ago by berkux.
    • This reply was modified 4 years, 8 months ago by berkux.
    Thread Starter omtr

    (@omtr)

    Hi Bernhard,
    thanks for your lightspeed reply!
    The “mehr Details” points to a page by the job portal, but we want to display everything within wordpress. That’s why i assume that i need a second (template) page that is filled by the first one with the data that is gathered by the json feed. like this:

    * first wp page shows a list of open positions with a “mehr details” link for each job. when you click on the link, yo get to the 2nd page
    * second page shows all details for the job you have just clicked on.

    I hope that you understand what i mean…

    Thanks again and best regards aus der Oberpfalz ??

    Plugin Author berkux

    (@berkux)

    Hi,

    <<second page shows all details for the job you have just clicked on.>>
    right, for that you need the PRO plugin.
    For that switch to the following place, please:
    https://jsoncontentimporter.freshdesk.com/widgets/feedback_widget/new?searchArea=no

    There we can talk in german too ??

    Bernhard

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘do i need the pro version?’ is closed to new replies.