• Resolved mariussixbase

    (@mariussixbase)


    Hi there,

    I want to use these code on the job pages at the right site:

    [job_summary featured=”true”]

    but is there also an option to show 3 featured jobs instead of one?
    I tried to place this:

    [job_summary featured=”true”]
    [job_summary featured=”true”]
    [job_summary featured=”true”]

    but then I get sometimes 3 times the same job.

    Regards, Marius

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support lastsplash (a11n)

    (@lastsplash)

    Hi @mariussixbase

    The [job_summary] shortcode is designed to output the results of a single job based on an ID as described here:

    https://wpjobmanager.com/document/shortcode-reference/

    To list featured jobs, you would need to use the [jobs featured="true"] shortcode. Depending on what info you need to show, you could add additional parameters and/or use CSS to adjust the display.

    We aren’t able to provide CSS to customize the display per our support policy.

    Thread Starter mariussixbase

    (@mariussixbase)

    Well okay that wasn’t what i’m looking for 🙁

    Hi again,

    Thanks for getting back to us! And sharing your feedback with us.

    If you are looking to show 3 different jobs on the sidebar, I recommend keeping the first one as [job_summary featured=”true”] and for the next two you can use Job ID attribute.

    For example

    [job_summary featured=”true”]
    [job_summary id=”xxx”]
    [job_summary id=”yyy”]

    Please feel free to contact us if you have any other questions.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘feature shortcode’ is closed to new replies.