🌐 Visit the Plugin Landing Page
Talentora is a lightweight, developer-friendly job board plugin that makes it easy to add a professional career page to any WordPress site. Whether you run a small business or a large recruiting platform, Talentora gives you all the tools you need to post jobs, categorize them, and let candidates apply — all without leaving WordPress.
Job Management
Job post type with clean, SEO-friendly URLs (/job/job-title/).[talentora_jobs].Application Management
[talentora_application_form] shortcode renders a complete form (name, email, phone, cover letter, resume upload).talentora_app) and viewable under Talentora Applications.Email Notifications
{applicant_name}, {job_title}, {status}, etc.).Settings
Developer & Extensibility
.pot file included.Display the job listing:
[talentora_jobs]
Optional attribute: posts_per_page — Number of jobs to show per page.
Display the built-in application form:
[talentora_application_form]
Optional attribute: job_id — The job post ID to link the form to (defaults to the current post).
Display an external apply form (third-party plugin):
[talentora_apply_form]
Optional attribute: form_shortcode — Override the global apply form shortcode for a specific placement.
Full documentation is available in the docs/ folder inside the plugin:
User Guide – Installation, job creation, settings, shortcodes, and template override.
Application Management – Built-in application form, applications inbox, status workflow, bulk actions, CSV export, resume download, email notifications, activity log, and spam protection.
Developer Guide – Architecture, namespace/autoloading, post types, meta fields reference, hooks & filters, shortcodes, Settings API, template system, assets, and release checklist.
talentora/ inside your active theme directory.wp-content/plugins/talentora/templates/ to your theme folder.Available templates: single-talentora_job.php, archive-talentora_job.php.
Filters
talentora_jobs_query_args – Modify the WP_Query arguments for the job listing.talentora_apply_form_shortcode – Modify the apply form shortcode string per job.talentora_currency_symbol – Filter the currency symbol.talentora_job_card_classes – Add extra CSS classes to a job card.Actions
talentora_before_job_list – Fires before the job listing is rendered.talentora_after_job_list – Fires after the job listing is rendered.talentora_before_single_job – Fires before single job content (passes $job_id).talentora_after_single_job – Fires after single job content (passes $job_id).This plugin stores applicant-submitted data (name, email, phone, cover letter, resume) as part of its job application processing. This data is stored in the WordPress database and the Media Library, and is accessible only to authorised administrators. Site owners are responsible for disclosing this data collection in their privacy policy. The plugin does not share data with any external service and does not set any cookies on the frontend.