更改后wp-admin中带有标题字段的自定义字段的位置

时间:2013-01-14 作者:andys

在管理面板中编写新帖子时,是否可以在顶部创建自定义字段?

非常感谢。

1 个回复
最合适的回答,由SO网友:diggy 整理而成
function wpse81499_move_postcustom_to_top()
{
    if( \'post\' != get_current_screen()->id )
        return;
    ?>
<script>
    jQuery(document).ready(function(){
        jQuery(\'#postcustom\').prependTo(\'#titlediv\');
    });
</script>
    <?php
}
add_action( \'admin_footer\', \'wpse81499_move_postcustom_to_top\' );
结束

相关推荐

Refine custom posts by author

我想有一种为特定作者显示自定义后期存档的方法。我能够显示某个类别的自定义帖子,但不仅仅是作者的自定义帖子。我已经有了一个单独的作者页面模板,显示他们写的所有帖子,按帖子类型划分。我使用以下方式查询此信息:query_posts( array( \'post_type\' => \'custom_post_name\', \'author\'=>$curauth->ID ) ); while (have_p