不知道我会怎么做在可湿性粉剂。与自定义标记相关

时间:2013-05-04 作者:mazing

好吧,我想做点什么,在谷歌上搜索后,我找不到任何答案。也许你们可以帮忙。

基本上,我想为每个帖子分配一点唯一的标识信息。每个帖子都会被标记为白色、灰色或黑色。I don\'t want to use categories or tags because I want to display this "unique identifier" on the home page only, and not in the posts where the categories and tags are already shown.

例如,如果我发表了一篇关于白虎的帖子,我想identify it as white post (没有种族主义或任何意图,只是一个例子),只在主页上显示。

如果我写了一篇关于灰虎的帖子,我想把帖子标识为灰色,你就明白了。

How can I go about doing this without a plugin?

TL;DR - Want to identify each post with a unique identifier, but can\'t use categories and tags.

请帮忙!

1 个回复
最合适的回答,由SO网友:Rarst 整理而成

WordPress中有两种机制适合您的用例:自定义分类法和发布元数据。

既然您已经确定希望类别/标记(是内置的分类法)与机制接近,那么定制分类法似乎非常适合您的用例。

看见register_taxonomy() 创建文档。

结束

相关推荐

Admin Theme customization

我遵循wordpress codex网站上关于通过插件创建管理主题的说明。我激活了插件,但我的样式表没有包含在<head>.. 这是我的代码:add_action( \'admin_init\', \'kd_plugin_admin_init\' ); add_action( \'admin_menu\', \'kd_plugin_admin_menu\' ); function kd_plugin_admin_init() { /* Register