{"id":4273,"date":"2021-01-07T11:22:28","date_gmt":"2021-01-07T03:22:28","guid":{"rendered":"https:\/\/www.baishitou.cn\/?p=4273"},"modified":"2021-01-07T13:28:05","modified_gmt":"2021-01-07T05:28:05","slug":"wordpress%e6%90%9c%e7%b4%a2%e7%bb%93%e6%9e%9c%e4%b8%ad%e5%8f%aa%e6%9c%89%e4%b8%80%e7%af%87%e6%96%87%e7%ab%a0%e6%97%b6%e8%87%aa%e5%8a%a8%e6%89%93%e5%bc%80%e8%af%a5%e6%96%87%e7%ab%a0","status":"publish","type":"post","link":"https:\/\/www.baishitou.cn\/4273.html","title":{"rendered":"WordPress\u641c\u7d22\u7ed3\u679c\u4e2d\u53ea\u6709\u4e00\u7bc7\u6587\u7ae0\u65f6\u81ea\u52a8\u6253\u5f00\u8be5\u6587\u7ae0"},"content":{"rendered":"
\u5f53\u6211\u4eec\u641c\u7d22\u6587\u7ae0\u65f6\uff0c\u5982\u679c\u641c\u7d22\u7ed3\u679c\u4e2d\u53ea\u6709\u4e00\u7bc7\u6587\u7ae0\uff0c\u6211\u4eec\u9700\u8981\u70b9\u51fb\u4e00\u4e0b\u624d\u80fd\u770b\u5230\u8fd9\u7bc7\u6587\u7ae0\uff0c\u73b0\u5728\u6211\u4eec\u60f3\u8ba9\u53ea\u6709\u4e00\u7bc7\u6587\u7ae0\u65f6\u81ea\u52a8\u6253\u5f00\u8fd9\u7bc7\u6587\u7ae0\uff0c\u4ece\u800c\u63d0\u9ad8\u7528\u6237\u4f53\u9a8c\uff0c\u5b9e\u73b0\u65b9\u6cd5\uff1a<\/p>\n
\u6253\u5f00\u5f53\u524d\u6a21\u677f\u6587\u4ef6\u5939\u91cc\u9762\u7684functions.php \u6587\u4ef6\uff0c\u52a0\u5165\u4e0b\u9762\u4ee3\u7801\u5373\u53ef<\/p>\n
\/* WordPress\u641c\u7d22\u7ed3\u679c\u4e2d\u53ea\u6709\u4e00\u7bc7\u6587\u7ae0\u65f6\u81ea\u52a8\u6253\u5f00\u8be5\u6587\u7ae0 *\/\r\nadd_action('template_redirect', 'redirect_single_post');\r\nfunction redirect_single_post() {\r\n if (is_search()) {\r\n global $wp_query;\r\n if ($wp_query->post_count == 1 && $wp_query->max_num_pages == 1) {\r\n wp_redirect( get_permalink( $wp_query->posts['0']->ID ) );\r\n exit;\r\n }\r\n }\r\n}<\/code><\/pre>\n <\/p>\n
\u5982\u679c\u5217\u8868\u91cc\u53ea\u6709\u4e00\u7bc7\u6587\u7ae0\u65f6\uff0c\u4e5f\u60f3\u8ba9\u7528\u6237\u8bbf\u95ee\u8be5\u5217\u8868\u65f6\u81ea\u52a8\u6253\u5f00\u8be5\u6587\u7ae0\uff0c\u6253\u5f00\u5f53\u524d\u6a21\u677f\u91cc\u9762\u7684functions.php \u6587\u4ef6\uff0c\u52a0\u5165\u4e0b\u9762\u4ee3\u7801\uff1b<\/p>\n
\/* \u5206\u7c7b\u5217\u8868\u91cc\u53ea\u6709\u4e00\u7bc7\u6587\u7ae0\u65f6\u76f4\u63a5\u8df3\u8f6c\u5230\u8be5\u6587\u7ae0\u5177\u4f53\u9875\u9762 *\/\r\nfunction stf_redirect_to_post(){\r\n\tglobal $wp_query;\r\n\t\/\/ If there is one post on archive page\r\n\tif( is_archive() && $wp_query->post_count == 1 ){\r\n\t\t\/\/ Setup post data\r\n\t\tthe_post(); \r\n\t\t\/\/ Get permalink\r\n\t\t$post_url = get_permalink();\r\n\t\t\/\/ Redirect to post page\r\n\t\twp_redirect( $post_url );\r\n\t}\t\r\n}\r\nadd_action('template_redirect', 'stf_redirect_to_post');<\/code><\/pre>\n\u6700\u8fd1\u7f51\u7ad9\u88ab\u4eba\u5237\u7684\u641c\u7d22\uff0c\u767e\u5ea6\u6536\u5f55\u4e86\u3002\u522b\u4eba\u901a\u8fc7\u767e\u5ea6\u70b9\u51fb\u8fdb\u6765\uff0c\u662f\u4e00\u4e2a\u65e0\u641c\u7d22\u5185\u5bb9\u7684\u9875\u9762\uff0c\u73b0\u5728\u6211\u60f3\u8ba9\u70b9\u51fb\u8fd9\u4e2a\u94fe\u63a5\u8fdb\u6765\u76f4\u63a5\u8f6c\u5411\u9996\u9875\uff0c\u7efc\u5408\u4e0a\u9762\u4e24\u4e2a\u6bb5\u4ee3\u7801\uff0c\u7ec8\u4e8e\u6210\u529f\u4e86\u3002<\/p>\n
\/* WordPress\u641c\u7d22\u7ed3\u679c\u4e2d\u65e0\u5185\u5bb9\u65f6\u81ea\u52a8\u8df3\u8f6c\u5230\u7f51\u7ad9\u9996\u9875 *\/\r\nadd_action('template_redirect', 'redirect_single_post');\r\nfunction redirect_single_post() {\r\n if (is_search()) {\r\n global $wp_query;\r\n if ($wp_query->post_count == 0 && $wp_query->max_num_pages == 0) {\r\n wp_redirect( home_url() );\r\n exit;\r\n }\r\n }\r\n}<\/code><\/pre>\n\u4f46\u662f\u8fd9\u6bb5\u4ee3\u7801\u4e0d\u80fd\u548c\u7b2c\u4e00\u6bb5\u4ee3\u7801\u540c\u65f6\u4f7f\u7528\uff0c\u56e0\u4e3a\u91cc\u9762\u6709\u76f8\u540c\u7684\u53c2\u6570\uff0c\u4f1a\u51fa\u9519\u3002<\/p>\n
\u7ecf\u6d4b\u8bd5\uff0c\u628a\u4e24\u6bb5\u4ee3\u7801\u6df7\u5408\u8d77\u6765\u4f7f\u7528\u5c31\u6b63\u5e38\u4e86\u3002\u4e5f\u5c31\u662f\u5f53\u641c\u7d22\u7ed3\u679c\u53ea\u6709\u4e00\u6761\u5185\u5bb9\u65f6\uff0c\u81ea\u52a8\u6253\u5f00\u8be5\u6761\u5185\u5bb9\u9875\u9762\uff0c\u641c\u7d22\u7ed3\u679c\u6709N\u6761\u5185\u5bb9\u65f6\uff0c\u663e\u793a\u6b63\u5e38\u641c\u7d22\u9875\u9762\uff0c\u641c\u7d22\u7ed3\u679c\u65e0\u5185\u5bb9\u65f6\uff0c\u521a\u81ea\u52a8\u8f6c\u5411\u9996\u9875\u3002<\/p>\n
\u4ee3\u7801\u5982\u4e0b\uff1a<\/p>\n
\/* WordPress\u641c\u7d22\u7ed3\u679c *\/\r\nadd_action('template_redirect', 'redirect_single_post');\r\nfunction redirect_single_post() {\r\n if (is_search()) {\r\n global $wp_query;\r\n if ($wp_query->post_count == 0 && $wp_query->max_num_pages == 0) {\r\n wp_redirect( home_url() );\/\/\u641c\u7d22\u7ed3\u679c\u6ca1\u5185\u5bb9\u65f6\uff0c\u81ea\u52a8\u8f6c\u5411\u9996\u9875\u3002\r\n exit;\r\n }\r\n if ($wp_query->post_count == 1 && $wp_query->max_num_pages == 1) {\r\n wp_redirect( get_permalink( $wp_query->posts['0']->ID ) );\/\/\u641c\u7d22\u7ed3\u679c\u53ea\u6709\u4e00\u6761\u65f6\uff0c\u81ea\u52a8\u6253\u5f00\u8be5\u6761\u5185\u5bb9\u3002\r\n exit;\r\n }\r\n }\r\n}<\/code><\/pre>\n <\/p>\n","protected":false},"excerpt":{"rendered":"
\u5f53\u6211\u4eec\u641c\u7d22\u6587\u7ae0\u65f6\uff0c\u5982\u679c\u641c\u7d22\u7ed3\u679c\u4e2d\u53ea\u6709\u4e00\u7bc7\u6587\u7ae0\uff0c\u6211\u4eec\u9700\u8981\u70b9\u51fb\u4e00\u4e0b\u624d\u80fd\u770b\u5230\u8fd9\u7bc7\u6587\u7ae0\uff0c\u73b0\u5728\u6211\u4eec\u60f3\u8ba9\u53ea\u6709\u4e00\u7bc7\u6587\u7ae0\u65f6\u81ea\u52a8 […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[5,653],"class_list":["post-4273","post","type-post","status-publish","format-standard","hentry","category-wljs","tag-wordpress","tag-653"],"_links":{"self":[{"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/posts\/4273","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/comments?post=4273"}],"version-history":[{"count":0,"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/posts\/4273\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/media?parent=4273"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/categories?post=4273"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.baishitou.cn\/wp-json\/wp\/v2\/tags?post=4273"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}