Once you've installed the Haley Marketing Career Portal plugin, you'll need to use shortcode to have everything display correctly.
Job Feed
Shortcode
[job-feed]
- or -
[job-feed]custom template[/job-feed]
Parameters
-
num: Number of jobs to show.
-
order: Order of jobs. Default: “date-desc”. Options: “date-desc” - Date Added (newest first), “date-asc” - Date Added (oldest first), “title” - Title
-
featured (true|false): Display featured jobs only.
-
keywords: Display jobs by keywords
-
location: Display jobs by location (ex: Buffalo, NY)
-
category: Display jobs by category (ex: Admin, HR, Finance, Technology)
-
zip: Display jobs by zip code
-
proximity: Search radius (miles)
-
container: Wrapper HTML element (ex: “div” or “ul”)
-
container_class: Custom container class.
Template Options:
{{url}} {{title}} {{excerpt}} // use three brackets to render HTML {{description}} // use three brackets to render HTML {{location}} {{zipcode}} {{categoryString}} {{employmentType}} {{dateF}} // formatted date {{id}} {{jobNumber}}
Note: For fields containing HTML, use three brackets instead of two.
Ex: {{{excerpt}}}
Examples
[job-feed num="4" featured="true"]
Will display the 4 latest featured jobs, using the default template.
[job-feed location="Buffalo, NY" container="ul" container_class="nav nav-pills nav-stacked"]<li><a href="{{url}}">{{title}}</a></li>[/job-feed]
Will list jobs near Buffalo, using a custom template.
[job-feed category='C5134,C12646']
Will display the postings within these specific categories.
To find category numbers you can:
- Go to Career Portal
- Search by Category
- Select Get this search as an RSS feed
- Copy the tail end of the URL, which reveals the category #.
Widget
Job Feed widget has all the parameters of the shortcode.
Job Search
The Job Search shortcode and widget pulls in a mini search form. Set the default shortcode options in Settings.
Shortcode
[job-search]
Parameters
-
form_class: Form class. Use “form-inline” for a horizontal form.
-
row_class: Form row class. Default: “form-group”
-
input_class: Form input class. Default: “form-control”
-
button_class: Submit button class. Default: “btn btn-primary”
-
button_text: Submit button text. Default: “Search Jobs”
-
fields: Fieldmap for the form. List fields separated by a comma. Default: “keywords, location, category”. Options include:
-
field1
-
field2
-
field3
-
category
-
keywords
-
location
-
emptype
-
Widget
Job Search widget has all the parameters of the shortcode.
Job Categories
Use a shortcode or widget to display Career Portal categories, either as a list or dropdown.
Shortcode
[job-categories]
Parameters
-
dropdown (true|false): Display as dropdown
-
include_subs (true|false): Include subcategories
-
container_class: Class of the select or ul element
Widget
All the options of the shortcode, as a widget.
Apply Form
The Apply Form shortcode and widget pulls in a quick apply form.
Shortcode
[apply-form]
Widget
Career Portal Apply Form widget has all the parameters of the shortcode.
Comments
0 comments
Please sign in to leave a comment.