1. Home
  2. Docs
  3. Loxo
  4. Configuration
  5. Template Customization

Template Customization

Overview

The plugin provides several options to customize how job listings and single job pages appear on your site without writing code.

Archive Page Settings

Configure these under Loxo Jobs → Settings in the Archive Page section:

  • Archive Page Slug — Change the URL path for the jobs archive (default: jobs, making your listing available at yoursite.com/jobs/).
  • Custom Archive URL — Point the archive to a custom page URL instead of the default archive.
  • Jobs Per Page — Number of jobs shown per page (default: 10).
  • Pagination Style — Choose between default (numbered page links) or more (Load More button).
  • Hide Excerpt — Remove job excerpts from archive listings for a cleaner look.
  • Before Archive Template — Custom HTML inserted before the job listings on archive pages.
  • After Archive Template — Custom HTML inserted after the job listings on archive pages.

Single Job Page Settings

Configure these under Loxo Jobs → Settings in the Job Details Page section:

  • Hide Sharing Buttons — Remove social sharing links from single job pages.
  • Before Single Job Template — Custom HTML inserted before the job content.
  • After Single Job Template — Custom HTML inserted after the job content.

Description Formatting

Job descriptions imported from Loxo may contain inline styles and formatting. The Description Formatter setting lets you clean up the output. Available formatting options:

  • Balance P tags — Fix unbalanced paragraph tags
  • Remove empty P tags — Strip out empty paragraph elements
  • Remove all inline styles — Strip all style attributes from HTML elements
  • Remove P styles — Strip style attributes from paragraph tags only
  • Remove LI styles — Strip style attributes from list items only
  • Remove STRONG styles — Strip style attributes from bold text only
  • Remove SPAN styles — Strip style attributes from span elements only

Select the options that best fit your theme. If job descriptions look cluttered with inconsistent fonts or colors, enable Remove all inline styles for the cleanest result.

Location Display

Under Template Settings, configure which location elements appear in job meta:

  • Address — Street address
  • City — City name
  • State — State or province
  • Country — Country name
  • Location Type — Remote, On-site, Hybrid, etc.

Filter Visibility

Under Template Settings, choose which filter options appear in the job filter form by default:

  • Keyword search
  • Category dropdown
  • Country dropdown
  • State dropdown
  • City dropdown
  • Job Type dropdown
  • Location Type dropdown

These defaults can be overridden per-shortcode using the job_filters parameter. See the Shortcode Parameters documentation for details.