Title: [Plugin: Job Manager] Different Category Template
Last modified: August 19, 2016

---

# [Plugin: Job Manager] Different Category Template

 *  [elirae](https://wordpress.org/support/users/elirae/)
 * (@elirae)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-job-manager-different-category-template/)
 * Hi There,
    This plugin is great so far, but I have a one question.
 * I know you can change the general Job Manager Page Template, but is there a way
   of changing the category page template? I need to use a different page template
   or category template per job category.
 * Any ideas or work arounds would be greatly appreciated. Thanks
 * [http://wordpress.org/extend/plugins/job-manager/](http://wordpress.org/extend/plugins/job-manager/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Gary Pendergast](https://wordpress.org/support/users/pento/)
 * (@pento)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-job-manager-different-category-template/#post-1418337)
 * Thanks for the suggestion! I’ll a fix for this in version 0.7. In the mean time,
   you can add this to your install by making the following changes.
 * In frontend.php, line 251, add the following line:
 * `$category = get_query_var( 'jcat' );`
 * Then on line 258, insert the following lines:
 *     ```
       if( $category )
       		$templates[] = "category-$category.php";
       ```
   
 * You can then create a different template for each category. For example, if you
   have the category “Foo”, you could make a template called “category-foo.php”.
 *  Thread Starter [elirae](https://wordpress.org/support/users/elirae/)
 * (@elirae)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-job-manager-different-category-template/#post-1418605)
 * Awesome thanks so much that worked a trick, keep up the good work!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Job Manager] Different Category Template’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [elirae](https://wordpress.org/support/users/elirae/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-job-manager-different-category-template/#post-1418605)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
