如何从管理栏中仅删除页面?

时间:2013-06-30 作者:Mio Bocereg

如何仅从管理栏中删除页面?

enter image description here

1 个回复
SO网友:s_ha_dum

菜单栏全部由an object 实例化为$wp_admin_bar.

我想这就是你想要的:

function remove_page_menu_wpse_104826() {
  global $wp_admin_bar;
  // var_dump($wp_admin_bar); // debug; uncomment and look at the bottom of the page for the big mess
  $wp_admin_bar->remove_menu(\'new-page\');
}
add_action(\'wp_before_admin_bar_render\', \'remove_page_menu_wpse_104826\', 1);

结束

相关推荐

Child Pages Loop

如果有人能帮忙那就太好了。我找到了一段我使用过的代码,它基本上完成了我希望它完成的任务,列出了父级的子页面,如果有缩略图,则添加缩略图,并添加了自定义摘录。然而,问题是我不能添加个人<?php post_class(); ?> 对于循环中的div,它使用来自父级的类并对子页重复。<?php $child_pages = $wpdb->get_results(\"SELECT * FROM $wpdb->posts WHERE post_parent = \".$pos