Recruitment Marketing Public
Recruitment Marketing supports multiple blogs, where each blog is a collection of posts, for example, some companies have an engineering blog and a marketing blog. It is often necessary to have a different look and feel for each blog. This can be accomplished with Blog Post Routing. You can create multiple different blog post templates, and then define rules to specify when a template should be used with which blog post.
Creating a page template
To create a job page template, you will need to copy an existing one to then edit it as required. This can be done as follows:
- From the side menu, under Content, click Web Pages.
- Click the Page Library tab.
- Next to the relevant template, e.g., Blog Post Page, click the Duplicate Template icon (all Recruitment Marketing accounts will have at least one).
- The new page template is created with the same name but ending with (duplicate), e.g., Blog Post Page (duplicate).
Editing a page template
- Under the Page Library section, click the name of the newly created Blog post page template.
- Click the Settings button, then click the Settings menu.
- Edit the Title field to rename it to something clearer, e.g., Engineering Blog Post Template.
- Click the Save button.
- You can choose to make content modifications to this page template now or later.
- Click the Update button to see the changes.
Creating a blog post route
- From the side menu, under Content, click Web Pages.
- Click the Careers Website tab.
- Under the Blog post Routing section, click New.
- Select an item from the Page drop-down, e.g., Engineering Blog Post Template.
- Define the Post Criteria, e.g., tag = "engineering".
The criteria input box uses filtering language. This allows you to define your subset of posts based on a blog post title or assigned tags. - Click the Save button.
The job route is now in place. With the example above, this means that any posts with a tag of "Engineering" will be displayed using the new Engineering Blog Post template.
Manage blog post routing rules
Blog post routing rules are hierarchical, meaning that the first rule that is matched for a particular post will determine the template to be utilized for a particular post.
To control the order in which rules are checked, use the up/down (bidirectional) arrows to change the execution order:
If a blog post does not match any of the defined rules, it will be displayed using the Blog Post Template Page template, which is defined under the main Career Website settings.
Search criteria
Here are some examples of blog post routing criteria:
Blog post title equals:
title = "A Great Engineering Blog Post"Blog post title contains:
title ~ "Engineering"Blog post body contains:
body ~ "engineering"Blog tag equals:
tag = "Sales"Blog title equals:
blog_title = "The Engineering Blog"Blog title contains:
blog_title ~ "Engineering"Blog title does not contain:
blog_title !~ "Engineering"Author name equals:
author_name = "Charles Dickens"
Comments
Article is closed for comments.