Page Customization

Home > webJobs > Page Customization

Sections

No sections available

Articles

How do I modify the navigation bar?
The navigation bar's HTML is in the following files: For Seekers: /templates/my_account.html /templates/post_resumes.html /templates/find_job.html /templates/seeker_faq_menu.html For Employe

How do I create a custom page?
To create a simple custom page, you will need to create at least 2 files - template/[page_name].html and engine/pages/[page_name].php, where [page_name] is the name of the page you wish to create. The

How are the Featured Employers generated?
Each time the main page loads, the Featured Employers section will display a randomly chosen employer, picked from the set of all employers who have active jobs on your site.

How to make the apply link appear for guests
In engine/pages/view_job.php find the following code: if($result['count'] == 0 && $status == 'seeker' ){ return "<a href=\"?page=apply_for_job&post_id=