标签: php wordpress permalinks
目前,Wordpress通过使用%author%。
是否可以将作者ID添加到固定链接?
例如,更改此内容:
http://www.site.com/john/my-first-post
到此:
http://www.site.com/1/my-first-post
其中'1'是作者'john'的id。