Title: Category url help
Last modified: August 22, 2016

---

# Category url help

 *  Resolved [M.Danz](https://wordpress.org/support/users/mdanz-1/)
 * (@mdanz-1)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/category-url-help/)
 * Fantastic plugin but i’d like to show category specific pages. I have over 40
   categories in a menu and i don’t want to create 40 pages and use e.g. [jobs categories
   =”cctv-monitoring”]
 * I’d like to have [http://www.test.com/jobs/category](http://www.test.com/jobs/category)..
   Is this possible? If so, how?
 * [https://wordpress.org/plugins/wp-job-manager/](https://wordpress.org/plugins/wp-job-manager/)

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

 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/category-url-help/#post-5508871)
 * Yes. You can either use a 3rd party job manager theme which supports this already,
   or add theme support for job-manager-templates (save permalinks after enabling
   this) and then template the category and job post type archives.
 * [http://codex.wordpress.org/Function_Reference/add_theme_support](http://codex.wordpress.org/Function_Reference/add_theme_support)
   
   [http://codex.wordpress.org/Template_Hierarchy](http://codex.wordpress.org/Template_Hierarchy)
 *  Thread Starter [M.Danz](https://wordpress.org/support/users/mdanz-1/)
 * (@mdanz-1)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/category-url-help/#post-5508879)
 * This would be so much easier with a tutorial.. how long would this take?
 *  Plugin Author [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * (@mikejolley)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/category-url-help/#post-5508884)
 * Adding theme support takes 1 line in theme functions.php
 *     ```
       add_theme_support( 'job-manager-templates' );
       ```
   
 * I cannot give you a tutorial for the actual theming process – it varies from 
   theme to theme in terms of markup and styling.

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

The topic ‘Category url help’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Mike Jolley](https://wordpress.org/support/users/mikejolley/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/category-url-help/#post-5508884)
 * Status: resolved