关闭
doukan6564 2013-10-25 16:01
浏览 25
已采纳

在Wordpress中隐藏/删除自定义的帖子类型选项

Hide/Remove custom Post Type options in Wordpress

  • 写回答

1条回答 默认 最新

  • dream752614590 2013-10-25 17:09
    关注

    what you are looking i think its to remove what we call "Meta Box" inside the wordpress

    http://codex.wordpress.org/Function_Reference/add_meta_box

    look inside you theme files for "add_meta_box" method the are related with the post_type you trying to change.

    http://codex.wordpress.org/Plugin_API/Action_Reference/add_meta_boxes

    make a find inside you theme folder for this "adding_custom_meta_boxes"

    this method its gonna be followed by the name of the custom type you're trying to change.

    adding_custom_meta_boxes( $post_type

    Hope that help :)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部