删除WordPress网址中的类别

时间:2017-03-02 15:49:52

标签: php wordpress

我有一个WordPress博客,其中包含有类别的帖子,这可能是我的网址示例:

EntityImplB

我的帖子的网址现在是:

public class ControllerImplA : IController
{
    public void doSomething(EntityImplA entity) { ... }
}

我的帖子类别列表的网址现在是:

www.example.it

我想我的网址是这样的:

www.example.it/sample-post

谷歌搜索后,我创建了这个我试过的解决方案:

www.example.it/category/my-category

通过这种方式,类别网址是正确的:

wwww.example.it/sample-post (for posts)

www.example.it/my-category (for categories)

但发布网址不是:

Go to Setting > Permalinks
Select Custom Structure
Add /%category%/%postname%/ after your domain
Change Category Base to period/dot.

为了获得我想要的网址,我可以更改哪些内容?

3 个答案:

答案 0 :(得分:3)

您不需要PHP来执行此操作,只需转到设置 - >永久链接并选择“帖子名称”。

如果您想制作一些自定义链接结构,请查看Wordpress Codex

答案 1 :(得分:1)

恢复永久链接选择"帖子名称"然后安装此插件。无需配置,它取代了"类别"在类别模板的网址中。

https://wordpress.org/plugins/no-category-parents/

答案 2 :(得分:0)

从永久链接结构中删除%category%并安装Remove Category URL插件。