Job Lister website to appear in new tab
I'd like to have the website for a job-lister appear in a new tab when a user clicks on the Company Website link in a job listing.
I think that the form where this would be coded is in the "submit-job-form.php". In line 27 the current code is:
Code:
<p class="optional"><label for="website"><?php _e('Website', 'appthemes'); ?></label> <input type="text" class="text" name="website" value="<?php if (isset($posted['website'])) echo esc_html($posted['website']); ?>" placeholder="http://" id="website" /></p>
I think I need to add a
call somewhere in the code above, but I can't work out where.
If this is not the correct place - perhaps it's in the "submit-job-process.php" code instead. Can anyone please help ?