From: Steve Sutton Date: Wed, 23 Jan 2019 20:21:49 +0000 (-0500) Subject: update post type no rewrite jobs X-Git-Tag: v1.0.2^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=570cc4f9eb13ba5b8162b92b9edf4f602119cc27;p=WP-Plugins%2Fstaffords-employment.git update post type no rewrite jobs --- diff --git a/models/job.php b/models/job.php index 197835d..1d62382 100644 --- a/models/job.php +++ b/models/job.php @@ -339,7 +339,7 @@ class staffords_employment_job 'menu_icon' => 'dashicons-businessman', 'capability_type' => 'post', 'hierarchical' => false, - 'rewrite' => array('slug' => 'jobs'), + //'rewrite' => array('slug' => 'jobs'), 'taxonomies' => array(STAFFORDS_EMP_TAX_CATEGORIES, STAFFORDS_EMP_TAX_DEPARTMENTS), 'show_in_menu' => true, 'show_ui' => true,