Category Archives: Templates

Template files

Before you start reading this tutorial, please make sure you read introduction to templates article. It contains some basic yet important information about how WPJobBoard template engine works. Below is alphabetic list of all files that make a WPJobBoard theme: … Continue reading

Posted in Templates | Leave a comment

Template Forms

There are multiple forms being used in WPJobBoard: apply for a job form, advanced search, post a job. What you might find interesting about them is that literally each of this forms is generated using exactly the same code. <form … Continue reading

Posted in Templates | Leave a comment

Template Functions

When designing WPJobBoard themes i decided that it will be best to make templates work in similar fashion that WordPress templating system works. It comes down to that there are loops and functions that display the content. All functions listed … Continue reading

Posted in Templates | 3 Comments

Introduction to templates

Since version 3.4 WPJobBoard template files are available in wp-content/plugins/wpjobboard/templates/ directory. Each module (jobs or resumes) has it’s own directory with templates there respectively “job-board”, “resumes”, “widget”. Every file starts with a short documentation along with list of variables available … Continue reading

Posted in Templates | 8 Comments