ignivamanish / wordpress-job-manager

Automatically exported from code.google.com/p/wordpress-job-manager
0 stars 0 forks source link

We currently don't have any jobs available... #600

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In the section that states, "We currently don't have any jobs available….I 
want the part that state, "You can send through your resume to be highlighted 
so people know they can click on it.  I want the job application to be 
displayed underneath the statement above.

Thank Youi

Original issue reported on code.google.com by JMICH...@gmail.com on 9 Mar 2014 at 2:42

GoogleCodeExporter commented 8 years ago
Hi,

Take a backup copy of frontend-jobs.php file in the Job-Manager folder in the 
plugins directory and save it as frontend-jobs.php.original

Edit the frontend-jobs.php file in the Job-Manager folder in the plugins 
directory...

and look at line 153 :-

            $content .= sprintf( __( "We currently don't have any jobs available. Please check back regularly, as we frequently post new jobs. In the meantime, you can also <a href='%s'>send through your résumé</a>, which we'll keep on file.", 'jobman' ), get_page_link( $applypage->ID ) );

You can change the text and add the link / form you desire there.

If you mess it up rename frontend-jobs.php.original back to frontend-jobs.php

N.B. ALWAYS TAKE A BACKUP FIRST! :)

Original comment by dannydel...@gmail.com on 6 Jun 2014 at 1:57