您能帮我解决一个问题吗?我想了解如何使这种结构的WordPress URL。例子:
http://sitename/category-1/subcat/article1
http://sitename/category-2/subcat/article2
http://sitename/category-3/subcat/article3
搜索了所有google,但没有找到:(
一般情况是,请勿使用任何插件或修改functions.php
,而只能使用管理员操作。谁能解释我该怎么做?
谢谢!
答案 0 :(得分:0)
只需将自定义永久链接添加为/%category%/%postname%/
来源:https://www.wpbeginner.com/wp-tutorials/how-to-include-category-and-subcategory-in-wordpress-urls/