eckul
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Do not show expired posts in search resultsThanks Chris, I was more referring to the actual search function in wordpress. Sorry I wasn’t very clear. Any ideas?
Forum: Themes and Templates
In reply to: Moving wordpress with customised theme and pluginsI think I have sorted this. I added an extra closing an extra ?> tag to one of the themes files. Cheers
Forum: Installing WordPress
In reply to: Error when moving wordpress to a new serverThanks, I replaced the includes folder. I also turn off all the plugins and set the theme to default then I replaced the DB. I then turned them back on 1 by 1. This is so close to working now – I am able to view the site but when I try to login I get the below error.
I think there is an issue with one of the plugins I customised. I think the best thing for me to do is install a fresh wordpress site and then add the themes and plugins form scratch, this will take a while but at least I’ll be able to indentify where the problems are. thanks for your help.
Warning: Cannot modify header information – headers already sent by (output started at /home/content/86/10111086/html/apprenticeshipjobs/wp-content/plugins/wp-job-manager/includes/admin/class-wp-job-manager-cpt.php:3) in /home/content/86/10111086/html/apprenticeshipjobs/wp-includes/pluggable.php on line 1121
Forum: Plugins
In reply to: [WP Job Manager] If an employer edits a job it must be approved by adminThanks, how could I send the alerts to a custom email rather then the admin email?
Forum: Plugins
In reply to: [WP Job Manager] If an employer edits a job it must be approved by adminHi Mike, I would like to keep edits enabled at this stage. Option one could work what is the best way of doing this? Cheers
Forum: Fixing WordPress
In reply to: Can't login after moving site to new serverThanks so much. That got it working
Forum: Plugins
In reply to: [WP Job Manager] Change permalinksgreat thank you
Forum: Plugins
In reply to: [WP Job Manager] Adding custom fields to the job listingsthanks got it with the below, great support. Cheers
$company_size_value= get_post_meta( get_the_ID(), '_company_size', true ); // check if the custom field has a value if( ! empty( $company_size_value ) ) { echo $company_size_value;
Forum: Plugins
In reply to: [WP Job Manager] add region dropdown on main search pageHi yes, I am trying to add it to the job-filters.php page. If you could point me in the right direction that would be great. Cheers
Forum: Plugins
In reply to: [WP Job Manager] Add new column to Job Listings in adminHi thanks, I managed to get this working by using an existing field that i wasn’t using “get_the_company_tagline” and just changed it to carry my new “department” field this is a little messy but seems to work fine. Cheers
Forum: Plugins
In reply to: [WP Job Manager] Application email/URL for uploaded jobHi Mike, thanks I think that would work as long as the process from registration to job posting is reasonably seemless. Thanks for your response, it’s very much appreciated. Let me know how it goes. Cheers
Forum: Plugins
In reply to: [WP Job Manager] Application email/URL for uploaded jobThanks I am planning to make the email address field required so I can use it for this purpose. Do you know of anyway to send all applications to it? Also in regard to the alerts I wasn’t able to get it working, do you know what other areas of the code i would need to change? or can you point me in the right direction? Thanks again.
Forum: Plugins
In reply to: [WP Job Manager] Echo the Job CategoryHi Thanks, for your help I found another way around this. Cheers
Forum: Plugins
In reply to: [WP Job Manager] Echo the Job CategoryThanks Mike, I want to populate a column in gravity forms when someone applies for a job. I’ve created a new “Category” column in gravity forms with “wp-job-manager-fields-master” I now need to send the category everytime someone applies for a job. I’ve tried adding the below code to “content-single-job_listing.php” but I am having no luck any help would be great.
`<?php
add_filter(‘gform_field_value_category’, ‘populate_post_category’);
function populate_post_category($value){global $post;
return $category->name;
} ?>`
Forum: Plugins
In reply to: [WP Job Manager] Managing ApplicationsThanks Mike I have gravity forms but when people apply it doesn’t define what job they are applying for. So it’s no good for me unless i can figure out a way to see who has applied for which Jobs. Thanks for your quick reply I’ll see If Jobify come back with anything. Cheers