Submitting a Resume
I would like to know if the "Submit a Job" and "Submit a Resume" page is actually the same page?
If so is this not a bit confusing since the page has the word "job" and "company" stated which is more for employers who want to submit a job.
I have placed a button for "submit a resume" right under the job button in the main page. However if I click on either one, it goes to the same page. The code for the Resume button is as follows:
<a href="<?php echo get_permalink(get_option('jr_submit_page_id')); ?>" class="button"><span><?php _e('Submit a Resume','appthemes'); ?></span></a>
I would like to know if the submit_page_id is correct?
Also isnt there a seperate dashboard for job seekers showing their resume and any responses or views of their resumes by companies?