wordsmile
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Manager] Job Alerts – How to Require Jobs to Meet ALL CategoriesI apologize but I am not certain what you are referring to. I am using the WP Job Manager and the WP Job Manager – Job Alerts
http://screencast.com/t/lyx0P08v
This is a screenshot of the short code for the Job Alerts page
http://screencast.com/t/PuT90fZW
Thank you
Forum: Plugins
In reply to: [Job Manager] Job Alerts – How to Require Jobs to Meet ALL CategoriesIt is a membership site and here is a link where you can create a free trial so you will be able to log-in and take a look at the site.
http://jobs.golawenforcement.com/test5/
Here is a link to a screen shot showing the settings.
http://screencast.com/t/gLBTGSB2sP
Thanks!
For the “Category Filter Type” I have “Jobs will be shown if within ALL selected categories”
For the Multi-select categories I do not have the “Enable category multi-select by default” box selected. When this box is select it makes the search form vary large in size.
For the email job alert it is selecting jobs that match any of the selected categories rather than All.
Thank you
For the Job Alert plugin can the alert criteria be set-up so that a job must meet all of the criteria fields rather than any of the fields? – Thanks!
Thank you for that AMAZINGLY quick response. I must be doing something wrong with the code. I added
add_filter( ‘the_job_location, ‘custom_the_job_location’, 20, 2 );
function custom_the_job_location( $location, $post ) {
$location = get_post_meta( $post->ID, ‘geolocation_city’, true );
return $location;
}to the theme functions.php file and the website shut down. I was able to fix that.
Can you please tell me what I did wrong with the code?
I am truly impressed by the level of support!