瀏覽代碼

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' ),
     	)
     );