【发布时间】:2014-08-16 09:49:49
【问题描述】:
我正在使用 WordPress,我想重写查询字符串以清理 url。
查询字符串
http://example.com/for-farmers-and-growers/members/member-profiles/?username=example
清理查询字符串
http://example.com/for-farmers-and-growers/members/member-profiles/example
如何在 WordPress 中做到这一点?
【问题讨论】: