chrisbourn
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Email address when adding a job & Company logooK…. Thank you
And the company logo, can that be set to a ‘default’ image ?
Forum: Plugins
In reply to: [WP Job Manager] Spacing between 'Job type – e.g. FullTime' & 'when posted'Perfect, worked like a dream
Thank you !!
Forum: Plugins
In reply to: [Contact Listing for WP Job Manager] Job Application without attachmentAnswered my own question
[file* file-172 filetypes:pdf|doc]
remove the *
[file file-172 filetypes:pdf|doc]
Is it possible to set a default email address in the job listing when adding a new job ?
I have just done a test and yes it does seem to be using the email in the actual job post where the email is specified there
?
Any update on this, I seem to be having the same problem?
Forum: Plugins
In reply to: [Contact Listing for WP Job Manager] Contact Form 7 not receiving mailI appear to be having the same problem
(This was previously working on local development, I have now gone live and its not working)Would be interested ion the solution ?
Forum: Plugins
In reply to: [WP Job Manager] Simple Job SubmissionHi Mike
Thanks for that.
Can you clarify… how can I stop just anyone creating an account.
(Its just going to be for the back office at the recruitment firm)What would be the sign in url location ?
Thanks
Forum: Plugins
In reply to: [WP Job Manager] Setting up Jobs, categories and Results pageHi Mike,
Going back to point 3,
creating unique url for job vacancies.
How would I add the job id (and where is the id number generated?)
If I wanted also Job title + location + plus job id in the url, how would I do this.Many thanks
Chris
Forum: Plugins
In reply to: [WP Job Manager] Setting up Jobs, categories and Results pageok, think Ive found it now, sorry
Forum: Plugins
In reply to: [WP Job Manager] Setting up Jobs, categories and Results pageHi Mike,
Only just had chance to come back to this, being a novice, I’ve confused my self ?
1) I couldn’t remember where the file was originally taken from and put.
Ive found content-single-job_listing.php in the wp-job-manager/templates folder
I cant find the original page.php
(Not sure if there was a similar link some where where you explained where these files where ?)thanks
Forum: Plugins
In reply to: [WP Job Manager] JOB CATAGORIESPerfect, I see now.
Thanks 🙂Forum: Plugins
In reply to: [WP Job Manager] Setting up Jobs, categories and Results pageHi Mike,
Ive created the single-job_listing.php file in the theme folder,
I toonk the content form th single.php which was<?php
// Redirect link format if custom link defined
if ( get_post_meta( get_the_ID(), ‘wpex_post_link’, true ) ) : ?>
<?php wp_redirect( wpex_permalink(), 301 ); ?>
<?php endif; ?><?php get_header(); ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php if ( ‘post’ == get_post_type() ) : ?>
<?php
// Standard post template file
get_template_part( ‘single’, ‘standard’ ); ?><?php else : ?>
<?php
// 3rd party post type template
get_template_part( ‘single’, ‘other’ ); ?><?php endif; ?>
<?php endwhile; ?>
<?php get_footer(); ?>
From the link you sent, do I need to do anything with example valid loop
<?php while ( have_posts() ) : the_post(); ?>
<h1 class=”entry-title”><?php the_title(); ?></h1>
<div class=”entry-content”>
<?php the_content(); ?>
</div><!– .entry-content –><?php endwhile; // end of the loop. ?>
Sorry but I dont know anything about php.
Thanks
Forum: Plugins
In reply to: [WP Job Manager] Setting up Jobs, categories and Results pageFast reply, cheers, I will take a look
🙂Forum: Plugins
In reply to: [WP Job Manager] Job Application FormGreat advice….
Do you know how to populate ‘automatically in the Subject area, such as job reference ?Thanks