Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Simple Job Listings

Beschrijving

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.

Installatie

  1. Upload the plugin files to the /wp-content/plugins/simple-job-listings directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Bask in the glory and simplicity of your new “Jobs” menu in wp-admin.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Simple Job Listings” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Simple Job Listings” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

  • First version! :wave: