• Hi all,

    My individual job template inst working. Here is the link to my site.

    Job listing
    http://internationalami.com/jobs/

    Individual Job
    http://internationalami.com/jobs/sample-job/

    The page.php is used to display single page. But the contents arent showing up. `<table class=”job-table[if_job_highlighted] highlighted[/if_job_highlighted]”>
    <tr>
    <th scope=”row”>Title</th>
    <td>[job_icon] [job_title]</td>
    </tr>
    [if_job_categories]
    <tr>
    <th scope=”row”>Categories</th>
    <td>[job_category_links]</td>
    </tr>
    [/if_job_categories]
    [job_field_loop]
    [if_job_field]
    <tr>
    <th scope=”row”>[job_field_label]</th>
    <td>[job_field]</td>
    </tr>
    [/if_job_field]
    [/job_field_loop]
    <tr>
    <td></td>
    <td class=”jobs-applynow”>[job_apply_link]Apply Now[/job_apply_link]</td>
    </tr>
    </table> `

    http://wordpress.org/extend/plugins/job-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Job Manager] Individual Job Template not working’ is closed to new replies.