0

我有个问题。我想得到一个这样的网址:http://www.xyz.com/people/steffi 有人知道吗?最后,我想把人们的名字命名为:AB ..... Z

提前致谢。

4

2 回答 2

0

您可以在永久链接设置中进行调整。

尝试%category%/%post_name%

在这里查看更深入的信息。http://codex.wordpress.org/Using_Permalinks

于 2011-02-01T21:54:05.783 回答
0

I'm pretty sure it's a custom content (or post) type. A good plugin to control custom post types is CMS Press. You could set up a custom post type of people, and then have categories for each letter of the alphabet. When you put in new posts, just add them to the specific category (letter) that you want.

于 2011-02-02T00:13:58.413 回答