Shortcodes for Remote Connect
Shortcodes will allow you to add various elements to your pages. Below is a list of the available shortcodes which you can access from the Remote Connect menu item in your wordpress admin area (after the plugin has been installed):
Simply copy and paste the codes found here where you want the corresponding element to appear in your website.
- Search Box: [remoteconnect_block_search_jobs]
- Filter Sidebar: [remoteconnect_block_filters_jobs]
- Joblist Item: [remoteconnect_templates_list_jobs]
- Job Attributes: [remoteconnect_templates_attr_jobs]
- Form: Candidate Registration: [remoteconnect_form key="YOUR FORM KEY HERE"]
Below includes a breakdown of some attributes you can use to filter and apply different settings.
ADDING A JOB SEARCH BOX
- item-page="wordpressPostId#"
- Use this if you wish to put a search box on the home page (or any page that is not your job list/search page). It will land the user on the job search results/list page with the results filtered.
- Where wordpressPostId# is the page ID (found in the url) of the page you want the user to land on when they hit search.
- EG [remoteconnect_block_search_jobs item-page="678"]
ADDING A JOB LIST
Suggested Placement: Job List/Search page, Home Page, SEO Optimised Job Category Pages, Team/Consultant Detail Pages
Shortcode: [remoteconnect_templates_list_jobs]
EXAMPLES:
AVAILABLE JOB LIST ATTRIBUTES:
- SIMPLE PAGE TEMPLATE SELECTOR:
- Attribute: item-page="wordpressPostId#"
- Example: [remoteconnect_templates_list_jobs item-page="876"]
- Usage: You can use this attribute to tell your website to load a job details onto a specific page template that you've created FROM THE WORDPRESS Admin area. This saves you needing to use a developer to add specific job template files to your theme. It can be suitable if the default single.php file is not suitable for your job detail page.
- Alternative: If you wish to create a custom page template for individual jobs, clone your single.php file in the theme folder, and call it single-jobs.php. Then make any design/html markup changes you want to on the new file.
- LIMIT THE NUMBER OF JOBS SHOWING:
- Attribute: limit="10"
- Example: [remoteconnect_templates_list_jobs item-page="10"]
- Usage: shows a maximum of 10 jobs in the job list. It is optional. If you use it and there are more than the specified number of jobs, pagination will display.
- Suggestions: Use 10 for your job search page. Use 3 for a "Latest Jobs" section on your home page (in this example use CSS to hide the pagination)
- FILTER BY SPECIFIC JOB ATTRIBUTE
- Attributes supported: category, workType, location
- Supported Values: You can add either the ID number or the text value
- Examples: [remoteconnect_templates_list_jobs attr-location="263380"], [remoteconnect_templates_list_jobs attr-category="263380"], [remoteconnect_templates_list_jobs attr-location="Melbourne"], [remoteconnect_templates_list_jobs attr-workType="Permanent"
- ORDER BY & SORT
- Attributes to include: orderby (Optional: order)
- Supported Values:
- orderby: createdOn, category, workType, location, etc
- order: asc, desc
- Example: [remoteconnect_templates_list_jobs orderby="workType" order="desc"]
- Usage: The above shortcode would load jobs, in reverse alphabetical order, based on the values in the workType field
- FILTER BY RECRUITER
- Attribute: recruiterName="Name", recruiterEmail="emailAddress"
- Example: [remoteconnect_templates_list_jobs recruiterName="John Smith"], [remoteconnect_templates_list_jobs recruiterEmail="john@recruitmentcompany.com"]
- Usage: Use these shortcodes on a specific team member or consultant's page to show only the roles they are currently recruiting
JOB FILTER SIDEBAR
Suggested Placement: Job Search Pages
Shortcode: [remoteconnect_block_filters_jobs]
EXAMPLE:
JOB DETAIL PAGE TEMPLATE SHORTCODES
[remoteconnect_templates_detail_jobs] - This will load the full job ad, consultant sidebar, application form and back button.
[remoteconnect_templates_attr_jobs] - This will load only the job attributes. Use this if you want to display them in a sidebar or header section of a custom page template.
EXAMPLE:
REGISTER WITH US FORM
Suggested Locations: A dedicated page for candidates to register their details. Use this when they are not applying for a specific role.
Shortcode: [remoteconnect_form key="23451673894tgudsafsdfgsadf"] (Your available form shortcodes will be prepopulated with the correct key.
EXAMPLE: