Got an idea for a new feature or integration? We’d love to hear it! You can find our roadmap here.
More specific stats for employee and admin user
I just installed the WP Job Manager Stats plugin. It would be really nice to see in the stats how much and when matches are made as employee and as overall admin. Can you make that possible within the plugin?
Keep a changelog and / or the readme.txt file up to date in the theme zips
Keep a changelog and / or the readme.txt file up to date in the theme zips
Labor pool
I'm creating a job board for specifically warehouses. I'm looking for a feature that would allow me to create a Labor Pool. Basically, candidates could indicate that they are eligible to work immediately. An employer would be able to sign up for the labor pool and have access to candidates that can work immediately. Could […]
Issues with Displaying Imported Jobs on the Map
Dear Support Team, I am encountering an issue on my WordPress website that I am unable to resolve on my own and require your assistance. I run a job listing site where jobs are published with geographical information such as city, country, and coordinates. These details are stored in custom fields within the post. Problem: When I import […]
wp job manager - job applications
Hi. We are looking for a new way for employers to view job applications. Is there a "canban" / "Trello" look available? The version that comes from wp job manager is a rather "simple and old look"
Sending employers and canidates data to HubSpot
Can we link Hubspot to WP via the HUbspot plugin and then send all new employer and candidates data to HubSpot?
Import function
Is there a way to import CVs and job from other wp job board?
nearly everyone uses https now, change your $_SERVER['HTTP_HOST'] variables to $_SERVER['HTTPS_HOST']
Better support for sites through reverse proxy
form sign up
hello i need your help i have the jobify theme, and in my website i want to create a more complete registration form, where the user when joining our website can indicate the type of account you want (role), plus you can select in the same categories of work in which you are interested, i […]
BUG
In functions.php there is a bug. The code has "add_filter( 'edd_sl_api_request_verify_ssl', false );" This causes an error when the filter is applied because false is not a function. it should be add_filter( 'edd_sl_api_request_verify_ssl', '__return_false' );