瀏覽代碼

:recycle: fixing permalinks for custom post types

tags/0.9.0
J 4 年之前
父節點
當前提交
fd0c5dc50d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      plugins/cia-post-types/cia-post-types.php

+ 1
- 1
plugins/cia-post-types/cia-post-types.php 查看文件

@@ -56,7 +56,7 @@ class PostType {
56 56
             'show_in_rest'       => true,
57 57
             'publicly_queryable' => true, // Needed for slug
58 58
             'rewrite'            => array( // Rewrite permalink stuff
59
-                'slug' => ucfirst($this->post_type),
59
+                'slug' => $this->post_type,
60 60
                 'with_front' => false
61 61
             ),
62 62
         ];

Loading…
取消
儲存