如何编辑默认POST设置

时间:2012-02-16 作者:m0n085

我想删除内容块并为图像添加自定义字段,如this screenshot.

我不想添加自定义内容类型,我只想编辑defalt post类型。

有什么解决方案吗?

2 个回复
SO网友:Chip Bennett

请参阅manage_posts_columns filter, 还有manage_posts_custom_column 行动

Here is a really old tutorial, 从法典中链接出来,这可能很有启发性。(注意:这是从2007年开始的;有些东西可能已经过时了。)

编辑上述挂钩用于管理帖子屏幕。要在编辑帖子屏幕中删除/添加元框,请参阅add_meta_box()remove_meta_box(), 可以在连接到add_meta_boxes.

这里有一个tutorial for customizing meta boxes 在edit post屏幕上。

SO网友:m0n085

我发现了一些东西:

add_action(\'init\', \'remove_editor_init\');
function remove_editor_init() {
remove_post_type_support(\'post\', \'editor\');
}
这对我很有用;)谢谢各位

结束

相关推荐

Grouping post-types in loop

当用户从下拉列表中选择特定类别时,将显示多个帖子类型的列表。我想用标题中的帖子类型标题分组显示数据。我不确定如何划分为岗位类型组。我花了一点时间寻找,但没有找到我真正需要的东西。我还试图添加<?php $post_type = get_post_type( $post->ID ); echo $post_type; ?> 但这只是重复(显然)。调用循环<div id=\"content\" role=\"main\" style=\"float:right; width:765px