[jobs] shortcode "orderby"
-
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!
- The topic ‘[jobs] shortcode "orderby"’ is closed to new replies.