Simple Job Listings

Simple Job Listings Install Statistics

11
100%
Today: 11 Yesterday: 0 All-time: 1,496 downloads
Simple Job Listings Icon

Try plugin: Simple Job Listings

We'll create fresh WordPress site with Simple Job Listings installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Simple Job Listings

Simple Job Listings plugin. Real simple. 100% cruft-free.

0


0


0


0


0

updated: 8 years ago
since: 8 years ago
author: 5HD Agency

Description

An easy way to post job listings to your WordPress site. No fluff. Listings can be dropped into any page via the shortcode:

[jobs order="title" show_date="y"]

Also adds a restricted role of “Jobs Manager”. This role is a step above Subscriber and a perfect way to grant access that doesn’t allow (other) website content to be changed.

Shortcode Attributes

  • order – Sort order of the jobs. Filterable on jobslistings_frontend_allowed_sorts (below.) Allows ‘title’, ‘date’, ‘modified’, ‘rand’ by default
  • show_date – Wheter or not to show the publication/list date of the jobs (y/n)

Filters

  • jobslistings_frontend_allowed_sorts (array) – Strings allowed to be passed to the shortcode’s order attribute.
    Full list of options available in the Codex
  • joblistings_published_date (string) – Formatted date for display in the listings. Also passes result of get_the_date() as a 2nd argument.