{"id":1951,"date":"2015-01-21T00:04:35","date_gmt":"2015-01-20T16:04:35","guid":{"rendered":"http:\/\/fenginfo.com\/?p=1951"},"modified":"2025-10-09T17:06:48","modified_gmt":"2025-10-09T09:06:48","slug":"wordpress-%e6%96%87%e7%ab%a0%e5%88%86%e9%a1%b5%e4%bb%a3%e7%a0%81%e7%9a%84%e5%ae%9e%e7%8e%b0%e5%92%8curl%e4%bc%98%e5%8c%96","status":"publish","type":"post","link":"https:\/\/fenginfo.com\/1951.html","title":{"rendered":"WordPress \u6587\u7ae0\u5206\u9875\u4ee3\u7801\u7684\u5b9e\u73b0\u548cURL\u4f18\u5316"},"content":{"rendered":"<h2><strong>\u4e00\uff0e\u81ea\u5199\u6587\u7ae0\u5206\u9875\u51fd\u6570<\/strong><\/h2>\n<p>\u5f53\u6587\u7ae0\u8fc7\u4e8e\u957f\u65f6\uff0cWordPress\uff08\u7b80\u79f0WP\uff09\u5141\u8bb8\u5728\u7f16\u8f91\u6587\u7ae0\u65f6\u7528&lt;!&#8211;nextpage&#8211;&gt;\u624b\u52a8\u6dfb\u52a0\u5206\u9875\uff0c\u8fd9\u6837\u6bcf\u6b21WEB\u8bbf\u95ee\u6587\u7ae0\uff0c\u5219\u53ea\u663e\u793a\u67d0\u4e2a\u5206\u9875\u90e8\u5206\u3002\u8fd9\u6837\u505a\u6709\u591a\u79cd\u597d\u5904\uff0c\u5982\u53ef\u4ee5\u51cf\u8f7b\u8bbf\u95ee\u8005\u9605\u8bfb\u7684\u96be\u5ea6\u3001\u53ef\u4ee5\u901a\u8fc7\u8bbf\u95ee\u4e0d\u540c\u5206\u9875\u5237\u65b0\u5e7f\u544a\u663e\u793a\u6b21\u6570\u7b49\u3002<\/p>\n<p>WP\u6807\u51c6\u7684\u5206\u9875API\u51fd\u6570\u662fwp_link_pages\uff0c\u9700\u8981\u8f93\u5165\u4e00\u4e2a\u7ed3\u6784\u53c2\u6570\uff08\u8bf7\u81ea\u884c\u67e5\u627e\u6b64\u51fd\u6570\u5b98\u65b9\u6587\u6863\uff09\uff0c\u5982\u679c\u8fdb\u884ccss\u4fee\u9970\u4e5f\u4e0d\u7075\u6d3b\uff0c\u4e3a\u6b64\u901a\u8fc7\u7814\u8bfb\u6e90\u7801\u53ef\u77e5\u5b9e\u73b0\u7684\u5173\u952e\u51fd\u6570\u662f_wp_link_page\uff0c\u5b83\u53ea\u9700\u8f93\u5165\u5206\u9875\u7801\u5c31\u53ef\u4ee5\u8fd4\u56deURL\uff0c\u8fd4\u56de\u683c\u5f0f\u662f&lt;a href&#8221;&lt;\u5206\u9875url&gt;&#8221;&gt;\uff0c\u5177\u4f53\u5b9e\u73b0\u5982\u4e0b\u3002<\/p>\n<pre class=\"lang:php decode:true \" title=\"\u5206\u9875\u51fd\u6570fz_link_pages\">&lt;?php \nfunction fz_link_pages() {\n\tglobal $page, $numpages, $multipage, $more;\n\n\tif(!$multipage){return;} ?&gt;\n\t&lt;div&gt;&lt;nav&gt;&lt;ul class=\"pagination\"&gt;&lt;!--\u4e5f\u53ef\u7528pager--&gt;\n&lt;?php\n\tif($page &gt; 1){\n\t\techo '&lt;li&gt;'._wp_link_page($page - 1).__( 'Previous page' ).'&lt;\/a&gt;&lt;\/li&gt;';\n\t}else{\n\t\techo '&lt;li class=\"disable\"&gt;&lt;a&gt;'.__( 'Previous page' ).'&lt;\/a&gt;&lt;\/li&gt;';\n\t}\n\tfor ( $i = 1; $i &lt;=$numpages; $i++ ) {\n\t\tif($i == $page){\n\t\t\techo '&lt;li class=\"active\"&gt;&lt;a&gt;'.$i.'&lt;\/a&gt;&lt;\/li&gt;';\n\t\t}else{\n\t\t\techo '&lt;li&gt;'._wp_link_page($i).$i.'&lt;\/a&gt;&lt;\/li&gt;';\n\t\t}\n\t}\n\tif($page &lt; $numpages){\n\t\techo '&lt;li&gt;'._wp_link_page($page + 1).__( 'Next page' ).'&lt;\/a&gt;&lt;\/li&gt;';\n\t}else{\n\t\techo '&lt;li class=\"disable\"&gt;&lt;a&gt;'.__( 'Next page' ).'&lt;\/a&gt;&lt;\/li&gt;';\n\t}\n?&gt;\t\n\t&lt;\/ul&gt;&lt;\/nav&gt;&lt;\/div&gt;\n&lt;?php\n}\n?&gt;\n<\/pre>\n<p>\u6574\u4e2a\u7a0b\u5e8f\u5c31\u662f\u4e00\u4e2a\u51fd\u6570fz_link_pages()\uff0c\u53ef\u653e\u5728functions.php\uff0c\u4e5f\u53ef\u5c31\u653e\u5728single.php\u6587\u4ef6\u540e\u90e8\uff0c\u5957\u7528Bootstrap V3\u6846\u67b6\u663e\u793a\uff0c\u6846\u67b6\u5c42\u6b21\u662f<\/p>\n<pre class=\"lang:php decode:true \">&lt;div&gt;&lt;nav&gt;&lt;ul class=\"pagination\"&gt;\n \t&lt;li&gt;&lt;a href=\"\u5206\u9875ur\"&gt;\u663e\u793a\u6587\u5b57 &lt;\/a&gt;&lt;\/li&gt;\n\t... ...\n&lt;\/ul&gt;&lt;\/nav&gt;&lt;\/div&gt;<\/pre>\n<p>\u7a0b\u5e8f\u901a\u8fc7$page, $numpages\u5f97\u5230\u5f53\u524d\u9875\u7f16\u53f7\u548c\u9875\u9762\u6570\uff0c\u800c$multipage\u5219\u8fd4\u56de\u662f\u5426\u6709\u591a\u9875\uff0c\u5982\u679c\u6587\u7ae0\u662f\u5355\u9875\uff08\u65e0\u591a\u9875\uff09\u5219\u76f4\u63a5\u8fd4\u56de\u3002\u7a0b\u5e8f\u7684\u4e3b\u529b\u51fd\u6570\u5c31\u662f_wp_link_page\uff0c\u4f46\u5b83\u53ea\u8fd4\u56de&lt;a href=&#8221;&#8230;&#8221;&gt;\uff0c\u6545\u8fd8\u9700\u8981\u540e\u52a0&lt;\/a&gt;\u8fdb\u884c\u95ed\u5408\u3002&lt;li&gt;\u6839\u636e\u4e0d\u540c\u7684\u9875\u9762\u72b6\u6001\uff0c\u5206\u522b\u8bbe\u7f6e\u7c7b.disable\u3001. active\uff0c\u8fd9\u90fd\u662fBootstrap\u4e13\u6709\u7c7b\uff0c\u524d\u8005\u7528\u4e8e\u5931\u6548\u72b6\u6001\u3001\u540e\u8005\u7528\u4e8e\u5f53\u524d\u9875\u3002<\/p>\n<p>\u5728single.php\u6587\u7ae0\u5185\u5bb9\u663e\u793a\u4ee3\u7801\u7684\u524d\u9762\u6216\u540e\u9762\u8c03\u7528\u6b64\u51fd\u6570\uff0c\u4e5f\u53ef\u4e24\u4e2a\u4f4d\u7f6e\u90fd\u5b89\u653e\uff0c\u76f4\u63a5\u8c03\u7528fz_link_pages()\u65e2\u53ef\uff0c\u53ef\u6839\u636e\u9700\u8981\u8fdb\u884c\u6846\u67b6\u8c03\u6574\u548cCSS\u4fee\u9970\u3002\u5b9e\u73b0\u540e\u6548\u679c\u5982\u56fe 1\u6240\u793a\u3002<\/p>\n<p style=\"text-align: center;\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"\/myimages\/blog\/01951\/image001.jpg\" alt=\"\" width=\"558\" height=\"77\" \/><\/p>\n<p style=\"text-align: center;\">\u56fe 1 \u6587\u7ae0\u5206\u9875<\/p>\n<p>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u6b64\u51fd\u6570\u7531\u4e8e\u662f\u7528WP\u7684_wp_link_page\u8fd4\u56de\u5206\u9875URL\uff0c\u6545\u53ef\u6839\u636e\u4e0d\u540c\u7684\u94fe\u63a5\u65b9\u5f0f\u8fd4\u56de\u6b63\u786e\u7684\u503c\uff0c\u5982\u679c\u4e0d\u8bbe\u56fa\u5b9a\u94fe\u63a5\uff0c\u5219\u8fd4\u56de\u503c\u662f&lt;\u57df\u540d&gt;\/?p=id&amp;page=\u9875\u7801\uff0c\u4f8b\u5982\u00a0\u00a0\u00a0\u00a0\u00a0 https:\/\/fenginfo.com\/?p=1638&amp;page=2 \u3002<\/p>\n<p>\u5982\u679c\u8bbe\u5b9a\u56fa\u5b9a\u94fe\u63a5\uff0c\u5219\u8fd4\u56de\u503c\u662f&lt;\u6587\u7ae0\u4e3b\u9875url&gt;\/\u9875\u7801\uff0c\u4f8b\u5982https:\/\/fenginfo.com\/1638.html\/2\uff0c\u8fd9\u5e76\u4e0d\u7f8e\u89c2\uff0c\u4e5f\u4e0d\u5229\u4e8eSEO\u6536\u5f55\uff0c\u5982\u9700\u8fdb\u884c\u4f18\u5316\u5219\u89c1\u4e0b\u8868\u8ff0\u3002<\/p>\n<p><!--nextpage--><\/p>\n<h2><strong>\u4e8c\uff0e\u4f18\u5316\u5206\u9875URL<\/strong>\u7a0b\u5e8f<\/h2>\n<p>\u66f4\u6539\u5206\u9875URL\u9700\u8981\u4fee\u6539\u4e24\u5927\u90e8\u5206\u7a0b\u5e8f\uff0c\u793a\u4f8b\u4f7f\u7528\u7684\u56fa\u5b9a\u94fe\u63a5\u683c\u5f0f\u662f\u201c\/%post_id%.html\u201d\uff0c\u4e5f\u5c31\u662f\u6587\u7ae0id\u540e\u8ddfhtml\uff0c\u5982https:\/\/fenginfo.com\/1638.html\uff0c\u6dfb\u52a0\u5206\u9875\u751f\u6210\u7684\u683c\u5f0f\u662f\u201c\u6587\u7ae0id_\u5206\u9875.html\u201d\uff0c\u4f8b\u5982https:\/\/fenginfo.com\/1638_2.html \u3002\u5982\u679c\u4e0d\u662f\u4ee5\u4e0a\u683c\u5f0f\uff0c\u4ee5\u4e0b\u7a0b\u5e8f\u8bf7\u4fee\u6539\u540e\u4f7f\u7528\u3002<\/p>\n<p>\u9996\u5148\u5728\u5f53\u524d\u4f7f\u7528\u4e3b\u9898\u7684functions.php\u6587\u4ef6\u4e2d\u6dfb\u4e0b\u5982\u4e0b\u4ee3\u7801\uff0c\u6dfb\u52a0\u65f6\u8bf7\u6ce8\u610f&lt;?php \u548c ?&gt;\u7684\u95ed\u5408\u3002\u4ee3\u7801\u5305\u542b\u8bbe\u5b9a\u4e09\u4e2a\u94a9\u5b50\u53ca\u5b9e\u73b0\u7684\u4e09\u4e2a\u51fd\u6570\uff0c\u4e09\u4e2a\u94a9\u5b50\u8bbe\u7f6e\u8bed\u53e5(add_filter)\u4e5f\u53ef\u653e\u8fdb\u4e3b\u9898\u5b9e\u73b0init\u94a9\u5b50\u7684\u51fd\u6570\u4e2d\u3002<\/p>\n<pre class=\"lang:php decode:true \">&lt;?php\n\/\/\u89e3\u6790url\u7684\u94a9\u5b50\nadd_filter('post_rewrite_rules', 'add_custom_post_rewrite_rules');\n\/\/\u8bbe\u7f6eurl\u94a9\u5b50\nadd_filter('wp_link_pages_link', 'post_custom_rewrite_url');\n\/\/\u4e0d\u8bb8\u8df3\u8f6c\nadd_filter( 'redirect_canonical',  'post_custom_redirect_url');\n\nfunction add_custom_post_rewrite_rules($rules) {\n$custom_rules = array('(d+)_(d+).html$' =&gt; 'index.php?p=$matches[1]&amp;page=$matches[2]',);\n$rules = array_merge($custom_rules, $rules);\nreturn $rules;\n}\n\n\nfunction post_custom_rewrite_url($output){\n$preg =  \"\/(.*)\/(d+).html\/(d)\/\";\n$output = preg_replace($preg, \"$1\/$2_$3.html\", $output);\n\nreturn $output;\n}\n \n\nfunction post_custom_redirect_url($output){\nreturn false;\n}\n?&gt;\n<\/pre>\n<p>\u4ee5\u4e0a\u8bbe\u597d\u540e\uff0c\u53ef\u8fdb\u884c\u68c0\u67e5\uff0c\u5c06\u540e\u53f0\u56fa\u5b9a\u94fe\u63a5\u7684\u53c2\u6570\u5237\u65b0\u4e00\u4e0b\uff0c\u5982\u94fe\u63a5\u53c2\u6570\u8bbe\u7f6e\u90e8\u5206\u6dfb\u52a0\u4e00\u4e2a\u7a7a\u683c\u518d\u5220\u9664\uff0c\u7136\u540e\u4fdd\u5b58\u3002\u6b64\u65f6\u627e\u4e00\u4e2a\u6709\u5206\u9875\u7684\u6587\u7ae0\u5c31\u53ef\u4ee5\u6d4b\u8bd5\uff0c\u5982https:\/\/fenginfo.com\/1638_2.html \u3002<\/p>\n<p>\u4ee5\u4e0a\u5982\u679c\u6d4b\u8bd5\u6210\u529f\uff0c\u5982\u679csingle.php\u8fd8\u662f\u539f\u5148\u7a0b\u5e8f\uff0c\u5219\u5404\u5206\u9875\u8df3\u8f6c\u7684url\u8fd8\u662f\u539f\u5148\u6a21\u6837\uff08\u59821638.html\/2\uff0c\u8fd8\u53ef\u4ee5\u8df3\u8f6c\u6b63\u786e\uff09\uff0c\u6545\u9700\u5c06fz_link_pages\u91cd\u5199\u6539\u5199\uff0c\u7a0b\u5e8f\u5982\u4e0b\u3002<\/p>\n<pre class=\"lang:php decode:true \">&lt;?php \nfunction fz_link_pages() {\n\tglobal $page, $numpages, $multipage, $more;\n\n\tif(!$multipage){return;} ?&gt;\n\t&lt;div&gt;&lt;nav&gt;&lt;ul class=\"pagination\"&gt;\n&lt;?php\n\tif($page &gt; 1){\n\t\techo '&lt;li&gt;'.fz_changeurl(_wp_link_page($page - 1)).__( 'Previous page' ).'&lt;\/a&gt;&lt;\/li&gt;';\n\t}else{\n\t\techo '&lt;li class=\"disable\"&gt;&lt;a&gt;'.__( 'Previous page' ).'&lt;\/a&gt;&lt;\/li&gt;';\n\t}\n\tfor ( $i = 1; $i &lt;=$numpages; $i++ ) {\n\t\tif($i == $page){\n\t\t\techo '&lt;li class=\"active\"&gt;&lt;a&gt;'.$i.'&lt;\/a&gt;&lt;\/li&gt;';\n\t\t}else{\n\t\t\techo '&lt;li&gt;'.fz_changeurl(_wp_link_page($i)).$i.'&lt;\/a&gt;&lt;\/li&gt;';\n\t\t}\n\t}\n\tif($page &lt; $numpages){\n\t\techo '&lt;li&gt;'.fz_changeurl(_wp_link_page($page + 1)).__( 'Next page' ).'&lt;\/a&gt;&lt;\/li&gt;';\n\t}else{\n\t\techo '&lt;li class=\"disable\"&gt;&lt;a&gt;'.__( 'Next page' ).'&lt;\/a&gt;&lt;\/li&gt;';\n\t}\n?&gt;\t\n\t&lt;\/ul&gt;&lt;\/nav&gt;&lt;\/div&gt;\n&lt;?php\n}\n\nfunction fz_changeurl($url){\n\tsscanf($url,'&lt;a href=\"\/%d.html\/%d\"&gt;',$a,$b);\n\tif($b &lt;1){return $url;}else{return '&lt;a href=\"\/'.$a.'_'.$b.'.html\"&gt;';}\n}\n?&gt;\n<\/pre>\n<p>\u4ee5\u4e0a\u7a0b\u5e8f\u4fee\u6539\u90e8\u5206\u5c31\u662f\u5c06_wp_link_page\u8fd4\u56de\u7684\u5206\u9875url\u901a\u8fc7fz_changeurl\u51fd\u6570\u8fdb\u884c\u6539\u5199\uff0c\u8fd9\u6bb5\u4ee3\u7801\u662f\u6839\u636e\u57df\u540d\u3001\u56fa\u5b9a\u94fe\u63a5\u683c\u5f0f\u7279\u5b9a\u7684\uff0c\u65e0\u6cd5\u5199\u8fdb\u53ef\u5171\u4eab\u7684\u4e3b\u9898\u6216\u63d2\u4ef6\u4e2d\uff0c\u5404\u4f4d\u53ef\u6839\u636e\u9700\u8981\u81ea\u884c\u4fee\u6539\u3002fz_changeurl\u51fd\u6570\u7684\u539f\u7406\u662f\u5c06\u539f\u6709\u5206\u9875url\u901a\u8fc7sscanf\u5f97\u5230\u6587\u7ae0id\u548c\u5206\u9875\u53f7\uff0c\u7136\u540e\u518d\u8fdb\u884c\u7ec4\u5408\u6210\u65b0\u7684url\uff0c\u5982\u679c\u9875\u9762\u4e3a1\u5219\u65e0\u9700\u4fee\u6539\u3002\u5176\u5b9e\u6b64\u4ee3\u7801\u8fd8\u6709\u4f18\u5316\u7684\u65b9\u6cd5\uff0c\u9650\u4e8e\u65f6\u95f4\u6240\u9650\uff0c\u5148\u5c06\u4ee5\u4e0a\u6210\u679c\u5448\u73b0\u7ed9\u5927\u5bb6\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4e00\uff0e\u81ea\u5199\u6587\u7ae0\u5206\u9875\u51fd\u6570 \u5f53\u6587\u7ae0\u8fc7\u4e8e\u957f\u65f6\uff0cWordPress\uff08\u7b80\u79f0WP\uff09\u5141\u8bb8\u5728\u7f16\u8f91\u6587\u7ae0\u65f6\u7528&lt;!&#8211; <span class=\"ellipsis\">&hellip;<\/span> <span class=\"more-link-wrap\"><a href=\"https:\/\/fenginfo.com\/1951.html\" class=\"more-link\"><span>Read More &rarr;<\/span><\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-1951","post","type-post","status-publish","format-standard","hentry","category-webtech"],"views":7493,"_links":{"self":[{"href":"https:\/\/fenginfo.com\/wp-json\/wp\/v2\/posts\/1951","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fenginfo.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fenginfo.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fenginfo.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fenginfo.com\/wp-json\/wp\/v2\/comments?post=1951"}],"version-history":[{"count":1,"href":"https:\/\/fenginfo.com\/wp-json\/wp\/v2\/posts\/1951\/revisions"}],"predecessor-version":[{"id":5936,"href":"https:\/\/fenginfo.com\/wp-json\/wp\/v2\/posts\/1951\/revisions\/5936"}],"wp:attachment":[{"href":"https:\/\/fenginfo.com\/wp-json\/wp\/v2\/media?parent=1951"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fenginfo.com\/wp-json\/wp\/v2\/categories?post=1951"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fenginfo.com\/wp-json\/wp\/v2\/tags?post=1951"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}