• Resolved Adam

    (@mytrustedbizcom)


    Would like to be able to “feature” specific job listings in a specific order (outside of those currently provided) where I have control over that order —- so I’m looking to have the [jobs] shortcode function similarly to this below:

    [jobs show_filters=”false” show_pagination=“true” orderby=“id1, id2, id3, id4, id5, id6” keywords=“this is how I’ve been getting specific listing to show by placing a specific keyword on the listings I want to feature and placing that keyword here”]

    Basically I want to expand the code to allow me to display specific job listings and order them specifically by their job ID (in the order I choose) when using the [jobs] shortcode.

    So for example,

    If I had the shortcode above and let’s say job2 (id2) no longer wants to be listed and a new job (let’s say a listing with job id12) wants to take that place I would like to be able to do this:

    [jobs show_filters=”false” show_pagination=“true” orderby=“id1, id12, id3, id4, id5, id6” keywords=“keyword 1, keyword 2, etc”]

    Any guidance is would be greatly appreciated!

    https://www.ads-software.com/plugins/wp-job-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    This isn’t possible, however, you may be able to work around this by:

    – outputting your featured jobs in a shortcode separate from the main jobs shortcode
    – orderby menu_order
    – use https://www.ads-software.com/plugins/metronet-reorder-posts/ to sort the jobs

    Thread Starter Adam

    (@mytrustedbizcom)

    if i place a particular keyword in the listing’s meta tags I can get the listings I want to show and in the order I want by using the following…

    [jobs show_filters=”false” show_pagination=”true” keywords=”id1″]
    [jobs show_filters=”false” show_pagination=”true” keywords=”id2″]
    [jobs show_filters=”false” show_pagination=”true” keywords=”id3″]

    [jobs show_filters=”false” show_pagination=”true” keywords=”id4″]
    [jobs show_filters=”false” show_pagination=”true” keywords=”id5″]
    [jobs show_filters=”false” show_pagination=”true” keywords=”id6″]

    BUT, I need these to be in 3 even columns in a row of 2 (3 listings on top, and 3 on the bottom) and when I use the following…

    <div class=”container”>
    <div class=”row”>
    <div class=”col-xs-12 col-sm-6 col-md-4″>[jobs show_filters=”false” show_pagination=”true” keywords=”id1″]</div>
    <div class=”col-xs-12 col-sm-6 col-md-4″>[jobs show_filters=”false” show_pagination=”true” keywords=”id2″]</div>
    <div class=”col-xs-12 col-sm-6 col-md-4″>[jobs show_filters=”false” show_pagination=”true” keywords=”id3″]</div>
    </div>
    <div class=”row”>
    <div class=”col-xs-12 col-sm-6 col-md-4″>[jobs show_filters=”false” show_pagination=”true” keywords=”id4″]</div>
    <div class=”col-xs-12 col-sm-6 col-md-4″>[jobs show_filters=”false” show_pagination=”true” keywords=”id5″]</div>
    <div class=”col-xs-12 col-sm-6 col-md-4″>[jobs show_filters=”false” show_pagination=”true” keywords=”id6″]</div>
    </div>
    </div>

    the listings don’t render right… the listings are in 3 columns and in 2 rows (not centered), BUT the listing is for lack of a better term – thin – and not showing fully… how would I correct this???

    If it helps, I’m using the plugin on the listify theme by astoundify.

    Thanks again in advance for any insight and assistance!!!

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    The [jobs] shortcode outputs lists of data. I wonder if [job_summary] may look better if you’re trying to do a grid?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[jobs] shortcode "orderby"’ is closed to new replies.