Linux 软件免费装
Banner图

Workeera – Remote Tech Job Board

开发者 alimalik238
更新时间 2026年7月11日 06:38
PHP版本: 8.0 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

job board jobs careers recruitment hiring

下载

1.0.0 1.0.1

详情介绍:

Workeera – Remote Tech Job Board turns any WordPress site into a fully featured job board. Employers can register, post jobs and review applications from a dedicated front-end dashboard. Candidates can build their profile, upload CVs, browse jobs, and apply with a single click. Everything — jobs, candidates, taxonomies, applications and CV files — is managed in dedicated custom database tables for performance, so your wp_posts and wp_postmeta stay clean. Key features Built for developers

安装:

  1. Upload the workeera-remote-tech-job-board folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress Plugins screen.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Workeera → Settings to configure your pages (Dashboard page, Jobs listing page, Terms & Privacy links) and general options (salary unit, location filter type, max jobs per 24 hours, apply-method options, etc.).
  4. Create the pages you referenced and add the [workeera_user_dashboard] and [workeera_jobs_listing] shortcodes (or assign them in Workeera → Settings → Pages).
  5. (Optional) Populate the taxonomy screens (Sectors, Skills, Job Types, etc.) with starter terms — or use the Import Sample Data button on each taxonomy page.
Requirements

屏幕截图:

  • Employer dashboard - main window with stats.
  • Employer dashboard — Manage Jobs view with applications count per job.
  • Employer dashboard — Job Applications screen with bulk actions and status filter.
  • Candidate dashboard - main window with stats.
  • Candidate dashboard — personal information.
  • Candidate dashboard — recommended jobs.
  • Candidate dashboard — CV/Resume files manager.
  • Candidate dashboard — Recent applications with status.
  • wp-admin Workeera jobs listing with status and bulk actions.
  • wp-admin Job Applications list table with employer + status filters.
  • Admin settings.

升级注意事项:

1.0.0 Initial release. 1.0.1
  • Fixed a bug where the plugin version was incorrectly set to '1.0.' instead of '1.0.0' in the Workeera_Plugin class.
  • Added google job posting structured data (JSON-LD) to job listings for better visibility in Google Job Search.

常见问题:

Can the same user be both an employer and a candidate?

No. Each user is assigned a single workeera_user_type (candidate or employer) the first time they reach the dashboard. The plugin scaffolds the matching candidate post automatically for candidate users.

Where are CVs stored?

In wp-content/uploads/wp-workeera/cv-files/ for the candidate's CV manager. When a candidate applies to a job, a snapshot copy is written to wp-content/uploads/wp-workeera/application-files/<year>/<month>/ and that copy is the one the employer sees. Direct file URLs are not exposed — downloads go through a permission-checked handler.

Can a job link to an external application URL instead of using the on-site popup?

Yes. Set the Job apply method option in Workeera → Settings to External, Internal, or Both. When External (or Both with the per-job choice set to External) is selected, the Apply button on the job page becomes an outbound link to the configured URL.

Can I customize the email notifications?

Yes. The three notification emails (job-published, new-application, application-status) live as templates under templates/emails/. Copy the file into your theme at your-theme/workeera-remote-tech-job-board/emails/email-<slug>.php and edit it freely. The {token} placeholders documented at the top of each template are replaced before sending.

Does the plugin support translations?

Yes — every user-facing string uses the workeera-remote-tech-job-board text domain, and strings with placeholders (%s, %d) carry translators: comments so that WP-CLI's i18n tools generate accurate .pot entries. Drop your translation files into /wp-content/languages/plugins/ or under the plugin's own languages/ folder.

How does the plugin perform on large sites?

Jobs, applications and taxonomy relations live in dedicated indexed tables (not wp_postmeta), so filtering listings and counting applications stays fast as data grows. Cron jobs that recount terms and clean orphan rows are batched (capped per run) and checkpointed via a custom transients table.

How do I uninstall?

Deactivate and delete the plugin from the Plugins screen. The custom tables and uploaded application files are intentionally preserved on deactivation so you can re-enable without data loss. If you need a clean removal, drop the workeera_* tables and the wp-content/uploads/wp-workeera/ folder manually.

更新日志:

1.0.0