This shortcode displays one job. It is useful to highlight a job in a blog post or to show a single random job in a sidebar.
Parameters
show: Use ‘newest’ for most recently added job, ‘random’ for any random job, or the WordPress ID number of a job to show that exact job. Default is ‘newest’.
no_wrapper: This a true or false parameter. Provide true or 1 to leave out an HTML wrapper markup. The wrapper is helpful for designers to specifically style these jobs. Default is ‘false’.
excerpt_length: Provide a whole number to designate how many words of the description should be shown before the user must click on “See Job”. Default is 160.
class: Provide a string to add a class name to the wrapper. Also helpful for designers to style these jobs. Default is empty.
Examples
Show the newest job, with wrapper, no class, 160 word excerpt:
[matador_job]Show a random job, with wrapper, with class ‘random-job’, and 100 word excerpt:
[matador_job show=random class=random-job excerpt_length=100]