WP Manifestindependent plugin directory
manifest / content / cdb-job-portal

CDB Job Portal

既存の company(企業)カスタム投稿に紐づく job(求人)を作成・配信し、求人検索ポータル(/jobs/)を構築

by CDB Team · github.com/pappy0157/cdb-job-portal

0stars
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/pappy0157/cdb-job-portal/archive/refs/heads/main.zip

A job portal plugin for the Zenkoku Corporate Database. Adds job CPT, search UI, REST API, JSON-LD, basic analytics.

Description

  • Custom Post Type job
  • Taxonomies: job_location, job_type, workstyle, skills, (industry optional)
  • Shortcodes: [job_search], [company_jobs]
  • Templates: archive-job.php, single-job.php
  • REST: /wp-json/cdb/v1/jobs
  • JSON-LD: JobPosting (toggle in Settings)
  • Basic tracking: views/apply clicks

Installation

  1. Upload cdb-job-portal to /wp-content/plugins/
  2. Activate the plugin
  3. Visit Settings → CDB Job Portal to enable JSON-LD

Changelog

1.0.0

  • Initial release