WP Manifestindependent plugin directory
manifest / content / otomaties-jobs

Otomaties Jobs module

Add jobs module to your website.

by Tom Broucke · github.com/tombroucke/otomaties-jobs

1stars
886composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/tombroucke/otomaties-jobs/archive/refs/heads/master.zip

Also on Packagist as tombroucke/otomaties-jobs:

composer require tombroucke/otomaties-jobs

From the readme

Otomaties Jobs Add job functionality to your wordpress website Prerequisites - PHP 8.x - ACF PRO Installation composer require tombroucke/otomaties-jobs The plugin could be installed by cloning this repo and performing calling composer install from the root directory, but there will be no updates. Layout Templates This plugin doesn't provide any templates. You should add archive-events.php and content-event.php yourself. Bootstrap The registration form uses default bootstrap classes. Following classes should be whitelisted from purgecss - table - alert - alert-success - alert-danger - col-12 - row - mb-3 - mb-0 - col-sm-6 - col-sm-4 - col-sm-8 - form-label - form-control - text-danger Customization Allow classes in job content Allow all html tags in job content Add svg support to job content

Read the full README on GitHub →