Recruitment Marketing
Public
Basic formatting options
When adding text (in the form of a text block, agent quote, call-to-action, or perhaps on top of an image), be aware that you have various formatting options available to you as this editor creates HTML.
Once you've added a block that already contains or will contain text, click the Edit Block pencil icon in the top left corner to format this text.
In addition to Bold and Italics, you can choose to display your text, or sections of your text, as:
- Header 1
- Header 2
- Paragraph
- Quote
To choose one of the above, highlight the relevant section of text, and select an option from the Formats drop down.
Other options
Links
Add hyperlinks and control the destination, text to display, title, open behaviour and button class. The latter can be further configured by adding CSS against the Page Theme.
Anchor
This Is a general HTML concept that allows you to jump to a position on a long page. If you put an anchor at the footer of a page by clicking the anchor button in a block at the bottom of the page and typing "my_footer_anchor". This will be added to the document at the footer: <a id="my_footer_anchor"></a> . Then you would add a link to this anchor by clicking the link button in a block at the top of the page and typing in #my_footer_anchor which would generate html like so: Jump to the footer
Page Variables
If you add a page variable like job.title - job.city on a hero image on a job template page. When the candidate views a job, we replace those variables will the name of the job and the city, so you'll see Software Engineer - Melbourne in the hero image.
Tags
Tags can be used on the block to generate certain text. If you want a count of the jobs on a block, insert the tag Job counter, which can be used to generate the following: Melbourne Jobs (2) Sydney Jobs (3). In this case, you can enter the query language on the Job Counter button e.g. city = Melbourne or title ~ Engineer (title includes the word Engineer). When the candidate looks at the page, PageUp runs those queries, figures out how many jobs match the query, and inserts that number into the block.
For more information refer to Job filtering language.
Media
Images and video can also be added.
The display of these two options is controlled via the setting Allow media in text block editor. This is accessible via:
- From the side menu, under Company click Settings.
- Under Web click Content options.