Wordpress - Show parent category AND subcategory name in subcategory archive URL

后端 未结 8 997
滥情空心
滥情空心 2020-12-31 10:26

I\'m having some trouble with Wordpress category/subcategory archive URLs.

For example, I want to be able to display this archive:
http://fa

8条回答
  •  死守一世寂寞
    2020-12-31 10:37

    To make this happen you need to make some change in permalinks

    go to Settings->Permalinks then select custom structure and use this syntax " /%category%/%postname%/ "in the field

    Now save the settings and you can see the post url's using its category name in the permalink

    Hope it helps :)

提交回复
热议问题