★ 7stars
1forks
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/seancorgan/taleo/archive/refs/heads/master.zipA wordpress plugin to integrate Taleo Job Listings
Installation
- Place Taleo folder in plugins folder in wordpress
- Activate Plugin
- In the wordpress admin panel click settings , then put in UN/PW and company ID
Usage
To Add new jobs from Taleo into wordpress
- In the wordpress admin panel click settings, then click add taleo jobs button
Programmatically Add Jobs
$taleo = new Agt_taleo();
$taleo->manually_sync_jobs();