我在我的wordpress网站上有自定义的帖子类型,我将slug设置为“/blog/{post\\u type}/{post\\u title}”。
我使用默认的post类型作为“notes”部分,所以我希望slug是“/blog/notes/{post\\u title}”。这可能吗?
我在我的wordpress网站上有自定义的帖子类型,我将slug设置为“/blog/{post\\u type}/{post\\u title}”。
我使用默认的post类型作为“notes”部分,所以我希望slug是“/blog/notes/{post\\u title}”。这可能吗?
有许多»默认帖子类型«类似post
, page
甚至nav_menu_item
. 如果你说的是post
作为默认设置,只需转到“设置”→ Permalinks管理页面,选择»自定义结构«并使用/blog/notes/%postname%/
就像你的结构一样。
您可以更改永久链接设置中的结构,也可以更改用于注册帖子类型的代码中的slug,然后重新保存永久链接。
\'rewrite\' => array( \'slug\' => \'portfolio\', \'with_front\' => false ),
在上面的示例中,slug是可以更改的投资组合。阅读“重写”部分下的更多内容http://codex.wordpress.org/Function_Reference/register_post_type