{"id":48,"date":"2020-07-19T10:14:42","date_gmt":"2020-07-19T02:14:42","guid":{"rendered":"http:\/\/blog.xtaa.cn\/?p=48"},"modified":"2020-07-19T10:14:42","modified_gmt":"2020-07-19T02:14:42","slug":"wp%e5%bd%bb%e5%ba%95%e5%8e%bb%e9%99%a4%e5%90%8e%e5%8f%b0%e7%89%88%e6%9d%83%e6%96%b9%e6%b3%95","status":"publish","type":"post","link":"http:\/\/blog.xtaa.cn\/index.php\/2020\/07\/19\/wp%e5%bd%bb%e5%ba%95%e5%8e%bb%e9%99%a4%e5%90%8e%e5%8f%b0%e7%89%88%e6%9d%83%e6%96%b9%e6%b3%95\/","title":{"rendered":"WP\u5f7b\u5e95\u53bb\u9664\u540e\u53f0\u7248\u6743\u65b9\u6cd5"},"content":{"rendered":"\n<p><\/p>\n\n\n\n<p>\u5728\u505a\u4e8c\u6b21\u5f00\u53d1\u65f6\uff0c\u53ef\u80fd\u9700\u8981\u6e05\u9664WP\u539f\u6709\u4e00\u4e9b\u4e1c\u897f\uff0c\u4f8b\u5982\u6807\u5fd7\u3001\u540e\u53f0\u83dc\u5355\u7b49\u3002\u4ee5\u4e0b\u65b9\u6cd5\u4e0d\u4e00\u5b9a\u5168\u662f\u4f60\u9700\u8981\u7684\uff0c\u4f46\u613f\u6709\u4f60\u9700\u8981\u7684\u3002\u53e6\u5916\u4e3a\u4e86\u4e0d\u8ba9WP\u7684\u5347\u7ea7\u8986\u76d6\uff0c\u53ef\u5728\u4e3b\u9898\u7684functions.php\u6700\u4e0b\u9762\u52a0\u4e0b\u76f8\u5e94\u51fd\u6570\u3002<\/p>\n\n\n\n<p>\u767b\u5f55\u9875\u53bbLogo\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">function bzg_remove_loginlogo() {\n\techo '&lt;style&gt;#login &gt; h1 a {background: none;}&lt;\/style&gt;';\n}\nadd_action('login_head', 'bzg_remove_loginlogo');<\/pre>\n\n\n\n<p>\u5220\u9664\u9876\u90e8\u5de5\u5177\u6761\u4e2d\u7684\u83dc\u5355\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">function bzg_remove_bar() {\n\tglobal $wp_admin_bar;\n\t$wp_admin_bar-&gt;remove_menu('wp-logo'); \/\/\u5de6\u4e0a\u89d2WP Logo\u56fe\u6807\n\t$wp_admin_bar-&gt;remove_menu('comments'); \/\/\u8bc4\u8bba\u6309\u94ae\n\t$wp_admin_bar-&gt;remove_menu('new-content'); \/\/\u65b0\u5efa\u6309\u94ae\n\t$wp_admin_bar-&gt;remove_menu('view-site'); \/\/\u67e5\u770b\u7f51\u7ad9\u94fe\u63a5\n}\nadd_action('wp_before_admin_bar_render', 'bzg_remove_bar');<\/pre>\n\n\n\n<p>\u5220\u9664\u5de6\u4fa7\u83dc\u5355\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">function bzg_remove_menus() {\n\tremove_menu_page('index.php'); \/\/\u4eea\u8868\u76d8\n\tremove_menu_page('edit.php'); \/\/\u6587\u7ae0\n\tremove_menu_page('edit.php?post_type=page'); \/\/\u9875\u9762\n\tremove_menu_page('edit-comments.php'); \/\/\u8bc4\u8bba\n\tremove_menu_page('upload.php'); \/\/\u5a92\u4f53\n\tremove_menu_page('themes.php'); \/\/\u5916\u89c2\n\tremove_menu_page('plugins.php'); \/\/\u63d2\u4ef6\n\tremove_menu_page('users.php'); \/\/\u7528\u6237\n\tremove_menu_page('profile.php'); \/\/\u4e2a\u4eba\u8d44\u6599\n\tremove_menu_page('tools.php'); \/\/\u5de5\u5177\n\tremove_menu_page('options-general.php'); \/\/\u8bbe\u7f6e\n}\nadd_action('admin_menu', 'bzg_remove_menus');<\/pre>\n\n\n\n<p>\u66ff\u6362\u9875\u811a\u7248\u6743\u4fe1\u606f\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">function bzg_admin_footer() {\n\treturn '&lt;span id=\"footer-thankyou\"&gt;Copyright &amp;copy; ' . get_option('blogname') . '&lt;\/span&gt;';\n}\nadd_filter('admin_footer_text', 'bzg_admin_footer');<\/pre>\n\n\n\n<p>\u53bb\u9664\u540e\u53f0\u9875\u9762Title\u6807\u7b7e\u4e2d\u7684\u201cwordpress\u201d\u5b57\u6837\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">function bzg_filter_admin_title($admin_title, $title) {\n\treturn rtrim($admin_title, ' &amp;#8212; WordPress');\n}\nadd_filter('admin_title', 'bzg_filter_admin_title', 10, 2);<\/pre>\n\n\n\n<p>\u53bb\u9664\u767b\u5f55\u9875\u9762Title\u6807\u7b7e\u4e2d\u7684\u201cwordpress\u201d\u5b57\u6837\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">function bzg_filter_login_title($login_title, $title) {\n\treturn rtrim($login_title, ' &amp;#8212; WordPress');\n}\nadd_filter('login_title', 'bzg_filter_login_title', 10, 2);<\/pre>\n\n\n\n<p>\u4e3a\u767b\u5f55\u9875\u6dfb\u52a0\u80cc\u666f\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">function bzg_login_head() {\n\t$img = get_template_directory_uri() . '\/statics\/img\/login-bg.jpg';\n\techo \"&lt;style&gt;\n\t\t\tbody {\n\t\t\t\tbackground: url({$imgdir}) #ffffff center center no-repeat;\n\t\t\t\tbackground-size: cover;\n\t\t\t}\n\t\t\t.login form {\n\t\t\t\tbox-shadow: 0px 0px 5px rgba(0,0,0,.3);\n\t\t\t}\n\t\t&lt;\/style&gt;\";\n}\nadd_action('login_head', 'bzg_login_head');<\/pre>\n\n\n\n<p>\u5220\u9664\u5e2e\u52a9:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">function bzg_remove_help() {\n\tget_current_screen()-&gt;remove_help_tabs();\n}\nadd_action('admin_head', 'bzg_remove_help');<\/pre>\n\n\n\n<p>\u9690\u85cf\u4e2a\u4eba\u8d44\u6599\u9875\u9762\u90e8\u4efd\u8868\u5355\u9879:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">function bzg_remove_profile_option($user_id) {\n\techo '&lt;style&gt;\n\t\t#your-profile h2,\n\t\t.user-syntax-highlighting-wrap,\n\t\t.user-rich-editing-wrap,\n\t\t.user-comment-shortcuts-wrap,\n\t\t.user-admin-bar-front-wrap,\n\t\t.user-language-wrap,\n\t\t.user-user-login-wrap,\n\t\t.user-first-name-wrap,\n\t\t.user-last-name-wrap,\n\t\t.user-url-wrap,\n\t\t.user-description-wrap {\n\t\t\tdisplay:none;\n\t\t}\n\t\t&lt;\/style&gt;';\n}\nadd_action('show_user_profile', 'bzg_remove_profile_option', 10, 1);\nadd_action('edit_user_profile', 'bzg_remove_profile_option', 10, 1);<\/pre>\n\n\n\n<p>\u5220\u9664\u4eea\u8868\u76d8\u6a21\u5757:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">function bzg_remove_dashboard_widgets() {\n\tglobal $wp_meta_boxes;\n\t\/\/\u5220\u9664 \"\u6d3b\u52a8\" \u6a21\u5757\n\tunset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_activity']);\n\t\/\/\u5220\u9664 \"WordPress \u65b0\u95fb\" \u6a21\u5757\n\tunset($wp_meta_boxes['dashboard']['side']['core']['dashboard_primary']);\n}\nadd_action('wp_dashboard_setup', 'bzg_remove_dashboard_widgets' );<\/pre>\n\n\n\n<p>\u5728\u9690\u85cf\u4eea\u8868\u76d8\u83dc\u5355\u540e\uff0c\u53ef\u80fd\u5e0c\u671b\u767b\u5f55\u540e\u53f0\u663e\u793a\u67d0\u4e2a\u7279\u5b9a\u9875\u9762\uff0c\u90a3\u4e48\u53ef\u4ee5\u901a\u8fc7\u4ee5\u4e0b\u4ee3\u7801\u5b9e\u73b0\u8df3\u8f6c\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/\/\u767b\u5f55\u540e\u53f0\u8df3\u8f6c\nfunction bzg_login_redirect($redirect_to, $request, $user) {\n\tif(!isset($user-&gt;roles)) return;\n\treturn $url;\n}\nadd_filter('login_redirect', 'bzg_login_redirect', 10, 3);\n\/\/\u5728\u4eea\u8868\u76d8\u9875\u9762\u65f6\u8df3\u8f6c\nif(is_admin() &amp;&amp; 'index.php' == $GLOBALS['pagenow']) {\n\theader(\"location:$url\");\n}<\/pre>\n\n\n\n<p>\u6e05\u7406\u5e72\u51c0\u540e\uff0c\u5c31\u53ef\u4ee5\u5f00\u59cb\u5b9a\u5236\u81ea\u5df1\u7684\u4e2a\u6027\u5316\u540e\u53f0\u4e86\uff0c\u4f7f\u7528add_menu_page\u51fd\u6570\u548cadmin_menu\u94a9\u5b50\u5c31\u53ef\u4ee5\u6dfb\u52a0\u83dc\u5355\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728\u505a\u4e8c\u6b21\u5f00\u53d1\u65f6\uff0c\u53ef\u80fd\u9700\u8981\u6e05\u9664WP\u539f\u6709\u4e00\u4e9b\u4e1c\u897f\uff0c\u4f8b\u5982\u6807\u5fd7\u3001\u540e\u53f0\u83dc\u5355\u7b49\u3002\u4ee5\u4e0b\u65b9\u6cd5\u4e0d\u4e00\u5b9a\u5168\u662f\u4f60\u9700\u8981\u7684\uff0c\u4f46\u613f\u6709\u4f60\u9700\u8981\u7684 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[24],"tags":[],"class_list":["post-48","post","type-post","status-publish","format-standard","hentry","category-24"],"_links":{"self":[{"href":"http:\/\/blog.xtaa.cn\/index.php\/wp-json\/wp\/v2\/posts\/48","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/blog.xtaa.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.xtaa.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.xtaa.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.xtaa.cn\/index.php\/wp-json\/wp\/v2\/comments?post=48"}],"version-history":[{"count":0,"href":"http:\/\/blog.xtaa.cn\/index.php\/wp-json\/wp\/v2\/posts\/48\/revisions"}],"wp:attachment":[{"href":"http:\/\/blog.xtaa.cn\/index.php\/wp-json\/wp\/v2\/media?parent=48"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.xtaa.cn\/index.php\/wp-json\/wp\/v2\/categories?post=48"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.xtaa.cn\/index.php\/wp-json\/wp\/v2\/tags?post=48"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}