diff --git a/classes/class-woothemes-testimonials-taxonomy.php b/classes/class-woothemes-testimonials-taxonomy.php index 506a489..7aef773 100644 --- a/classes/class-woothemes-testimonials-taxonomy.php +++ b/classes/class-woothemes-testimonials-taxonomy.php @@ -89,7 +89,8 @@ private function _get_default_args () { 'show_admin_column' => true, 'query_var' => true, 'show_in_nav_menus' => false, - 'show_tagcloud' => false + 'show_tagcloud' => false, + 'rewrite' => array( 'slug' => 'testimonials', 'with_front' => false ) ); ); } // End _get_default_args()