Преглед изворни кода

Custom slugs on custom categories

Line 88 - Added url rewrite option / custom slug to register_taxonomy
Paul Burgess пре 13 година
родитељ
комит
12cd337740
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      library/custom-post-type.php

+ 1 - 0
library/custom-post-type.php

@@ -85,6 +85,7 @@ function custom_post_example() {
     		),
     		'show_ui' => true,
     		'query_var' => true,
+    		'rewrite' => array( 'slug' => 'custom-slug' ),
     	)
     );