Workeera – Remote Tech Job Board
·
A complete job-board solution for WordPress — let employers post jobs and candidates apply, all from your own site.
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
- Front-end dashboards for candidates and employers, with a section-aware top bar (breadcrumbs + menu) and a dashboard home with live stats.
- Job listings page with keyword search, sorting, sticky/featured jobs, and rich filters: sector, skills, job type, experience, salary range, location (country/city), and more.
- Smart filtering — selecting a sector dynamically narrows the available skills, across listings, the job-posting form, the candidate profile and the admin.
- Custom taxonomies with their own tables and admin screens: Sectors, Skills, Job Types, Time Zones, Benefits, Experiences.
- Apply flow — applications are stored in a dedicated table and the candidate’s CV is copied into a private
application-filesfolder so each application keeps its own snapshot. - External apply mode — jobs can route applicants to an external URL instead of the in-site application popup, configurable per job.
- Employer dashboard — post jobs, manage jobs (edit/expire/feature), and review applications with bulk status changes (reviewed / shortlisted / rejected).
- Candidate dashboard — applied jobs, recommended jobs, CV manager (multiple CVs per candidate), and editable profile.
- wp-admin Jobs/Candidates/Applications screens with custom columns, employer filter, status filter, and a Workeera Dashboard page with site-wide stats.
- Email notifications for first-time job publication, new applications received, and application-status changes — fully themeable via template overrides.
- Scheduled tasks (WP-Cron) to expire jobs past their deadline, clean orphan application rows, refresh term counts, and purge stale transients.
- Theme-overridable templates — every front-end template can be overridden from the active theme’s
workeera-remote-tech-job-board/folder. - Translation ready — all user-facing strings use the
workeera-remote-tech-job-boardtext domain with propertranslators:comments on placeholder strings. - Custom DB tables for jobs, candidates, applications, taxonomy terms, term relations, term counts and a plugin transients store, with batched cron jobs to keep everything tidy.
Built for developers
- Object-oriented, PSR-style class structure.
- WordPress-standard PHPDoc / JSDoc on every public class and function.
- Filterable AJAX endpoints scoped through a single
workeera_actiondispatcher plus standardwp_ajax_*hooks. - Parallel custom-table CRUD helper (
Workeera_Query_Handler) and meta helper (workeera_get_object_meta/workeera_update_object_meta). - Theme-overridable view layer via
workeera_get_template_part( $slug, $name, $ext ).
