{"id":947,"date":"2013-01-24T13:14:35","date_gmt":"2013-01-24T05:14:35","guid":{"rendered":"https:\/\/sdeno.com\/?p=947"},"modified":"2013-01-24T13:19:52","modified_gmt":"2013-01-24T05:19:52","slug":"wordpress%e5%88%86%e7%b1%bb%e7%9b%ae%e5%bd%95%e5%87%bd%e6%95%b0-wp_list_categories%ef%bc%882%ef%bc%89","status":"publish","type":"post","link":"https:\/\/sdeno.com\/?p=947","title":{"rendered":"WordPress\u5206\u7c7b\u76ee\u5f55\u51fd\u6570 wp_list_categories\uff082\uff09"},"content":{"rendered":"<p>wp_list_categories\u51fd\u6570\u5c0f\u7f16\u4e4b\u524d\u4e5f\u5199\u8fc7\u4e00\u7bc7\u8fd9\u6b21\u5728\u8be6\u7ec6\u8bb2\u4e0b\uff0c\u5b83\u7684\u4f5c\u7528\u662f\u8c03\u7528wordpress\u535a\u5ba2\u5206\u7c7b\u3002\u5b83\u529f\u80fd\u53c2\u6570\u4e30\u5bcc\u800c\u5b9e\u7528\u7684\uff0c\u53ef\u8ba9\u4f60\u8f7b\u677e\u83b7\u5f97\u60f3\u8981\u7684\u6548\u679c\uff0c\u8fd9\u5176\u5b9e\u591a\u4e8f\u4e86\u540e\u53f0\u6838\u5fc3\u4ee3\u7801\u5df2\u7ecf\u5199\u597d\u4e86\u6211\u4eec\u8981\u5b66\u7684\u53ea\u662f\u5982\u4f55\u8c03\u7528\u800c\u5df2wordpress\u5df2\u7ecf\u5f88\u63a5\u8fd1\u50bb\u74dc\u5212\u6a21\u5f0f\u4e86\u3002\u64cd\u4f5c\u7b80\u5355\uff0c\u529f\u80fd\u5f3a\u5927\uff0c\u638c\u63e1\u8fd9\u4e2a\u51fd\u6570\uff0c\u5bf9wordpress\u4e3b\u9898\u5236\u4f5c\u6709\u5f88\u5927\u5e2e\u52a9\uff0c\u662fwordpress\u4e3b\u9898\u5236\u4f5c\u5fc5\u987b\u719f\u77e5\u7684\u51fd\u6570\u4e4b\u4e00\u3002<\/p>\n<p>wp_list_categories\u51fd\u6570\u5b58\u653e\u4f4d\u7f6e\u5728wp-includes\u6587\u4ef6\u5939\u7684category-template.php\u6587\u4ef6\u3002\u53ef\u4ee5\u5728\u7b2c452\u884c\u627e\u5230\uff0c420\u884c\u81f3450\u884c\u662f\u51fd\u6570\u4f7f\u7528\u8bf4\u660e\u3002\u6b64\u5916\uff0c\u8fd8\u53ef\u4ee5\u53c2\u8003\u5b98\u65b9wp_list_categories\u94fe\u63a5\uff0c\u91cc\u9762\u4ecb\u7ecd\u7684\u5f88\u8be6\u5c3d\u3002<\/p>\n<p>wp_list_categories\u51fd\u6570\u53c2\u6570\u8be6\u89e3<br \/>\n[code]$defaults = array(<br \/>\n&#8216;show_option_all&#8217; =&gt; &#8221;,<br \/>\n&#8216;show_option_none&#8217; =&gt; __(&#8216;No categories&#8217;),<br \/>\n&#8216;orderby&#8217; =&gt; &#8216;name&#8217;, &#8216;order&#8217; =&gt; &#8216;ASC&#8217;,<br \/>\n&#8216;show_last_update&#8217; =&gt; 0,<br \/>\n&#8216;style&#8217; =&gt; &#8216;list&#8217;,<br \/>\n&#8216;show_count&#8217; =&gt; 0,<br \/>\n&#8216;hide_empty&#8217; =&gt; 1,<br \/>\n&#8216;use_desc_for_title&#8217; =&gt; 1,<br \/>\n&#8216;child_of&#8217; =&gt; 0,<br \/>\n&#8216;feed&#8217; =&gt; &#8221;,<br \/>\n&#8216;feed_type&#8217; =&gt; &#8221;,<br \/>\n&#8216;feed_image&#8217; =&gt; &#8221;,<br \/>\n&#8216;exclude&#8217; =&gt; &#8221;,<br \/>\n&#8216;exclude_tree&#8217; =&gt; &#8221;,<br \/>\n&#8216;current_category&#8217; =&gt; 0,<br \/>\n&#8216;hierarchical&#8217; =&gt; true,<br \/>\n&#8216;title_li&#8217; =&gt; __( &#8216;Categories&#8217; ),<br \/>\n&#8216;echo&#8217; =&gt; 1,<br \/>\n&#8216;depth&#8217; =&gt; 0,<br \/>\n&#8216;taxonomy&#8217; =&gt; &#8216;category&#8217;<br \/>\n);[\/code]<\/p>\n<p>\u53c2\u6570\u4f7f\u7528\u8bf4\u660e<br \/>\n<span style=\"color: #ff0000;\">show_option_all<\/span>\uff1aString\u7c7b\u578b\u3002\u7528\u4e8e\u5728\u5206\u7c7b\u5217\u8868\u524d\u52a0\u5165\u4e00\u4e2a\u81ea\u5b9a\u4e49\u94fe\u63a5\u3002\u4ee5String\u5b57\u7b26\u4e32\u4f5c\u4e3a\u94fe\u63a5\u6587\u5b57\uff0c\u94fe\u63a5\u7684\u5730\u5740\u6307\u5411\u9996\u9875\u3002\u5b83\u540c\u535a\u5ba2\u5206\u7c7b\u94fe\u63a5\u6ca1\u5173\u7cfb\u3002\u5982\u679c\u6211\u60f3\u5728\u5206\u7c7b\u5217\u8868\u7684\u5934\u90e8\u52a0\u5165\u201c\u9996\u9875\u201d\uff0c\u5e76\u94fe\u63a5\u5230\u9996\u9875\uff0c\u53ef\u4ee5\u4f7f\u7528\u4e0b\u9762\u8bed\u53e5\uff1a<br \/>\n[code]&lt;?php wp_list_categories(&#8216;show_option_all=&#8217;.esc_attr(__(&#8216;Home&#8217;)).&#8221;); ?&gt;[\/code]<br \/>\n<span style=\"color: #ff0000;\">show_option_none<\/span>\uff1aString\u7c7b\u578b\u3002\u7528\u4e8e\u535a\u5ba2\u6ca1\u6709\u5206\u7c7b\u65f6\u663e\u793a\uff0c\u9ed8\u8ba4\u4e3a\u201c\u6682\u65e0\u5206\u7c7b\u201d\u3002\u5728\u6ca1\u6709\u5206\u7c7b\u65f6\uff0c\u60f3\u663e\u793a\u94fe\u63a5\u5230\u9996\u9875\uff0c\u53ef\u4ee5\u8fd9\u6837\u8c03\u7528\uff1a<\/p>\n<p>[code]&lt;?php wp_list_categories(&#8216;show_option_none=&#8217;.esc_attr(__(&#8216;Home&#8217;)).&#8221;); ?&gt;[\/code]<br \/>\n<span style=\"color: #ff0000;\">orderby<\/span>\uff1a\u5206\u7c7b\u4ee5\u4f55\u79cd\u65b9\u5f0f\u6392\u5217\uff0c\u652f\u6301ID\u3001name\u3001slug\u3001count \u3001term_group\u65b9\u5f0f\uff0c\u9ed8\u8ba4name\u3002ID\u662f\u5206\u7c7b\u5efa\u7acb\u7684\u987a\u5e8f\u6392\u5217\uff0cname\u5206\u7c7b\u540d\u79f0\u6392\u5217\uff0cslug\u7f29\u7565\u540d\u65b9\u5f0f\u6392\u5217\uff0ccount\u5206\u7c7b\u65e5\u5fd7\u6570\u91cf\u6392\u5217\uff0cterm_group\u5206\u7ec4\u65b9\u5f0f\u6392\u5217\uff08\u4e8c\u7ea7\u6216\u591a\u7ea7\u5206\u7c7b\u65f6\u4f7f\u7528\uff09\u3002\u60f3\u7406\u89e3\u7684\u66f4\u6e05\u695a\uff0c\u90a3\u5c31\u4e00\u884c\u4e00\u4e2a\uff0c\u8bfb\u53d6\u51fa\u6765\u81ea\u5df1\u7814\u7a76\u5427\uff1f<\/p>\n<p>[code]&lt;?php wp_list_categories(&#8216;orderby=ID&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;orderby=name&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;orderby=slug&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;orderby=count&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;orderby=term_group&#8217;); ?&gt;[\/code]<br \/>\n<span style=\"color: #ff0000;\">order<\/span>\uff1a\u5206\u7c7b\u7684\u6392\u5e8f\u65b9\u5f0f\uff0c\u53ef\u4ee5\u4f7f\u7528\u6b63\u5e8fASC\uff08\u9ed8\u8ba4\uff09\u3001\u5012\u5e8fDESC\u4e24\u79cd\u65b9\u5f0f\u3002\u6bd4\u5982\u6211\u4ee5\u6211\u5efa\u7acb\u5206\u7c7b\u7684\u5148\u540e\u987a\u5e8f\uff0c\u4e5f\u5c31\u662f\u4ee5ID\u65b9\u5f0f\u6392\u5217\uff0c\u6211\u60f3\u8ba9\u5148\u5efa\u7684\u5728\u524d\u9762\u7528ASC\uff1b\u6211\u60f3\u8ba9\u540e\u5efa\u7684\u5728\u524d\u9762\u7528DESC\u3002\u8bf7\u81ea\u884c\u533a\u522b\u7b2c\u4e00\u884c\u548c\u7b2c\u4e8c\u884c\u3002<\/p>\n<p>[code]&lt;?php wp_list_categories(&#8216;orderby=ID&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;orderby=ID&amp;order=ASC&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;orderby=ID&amp;order=DESC&#8217;); ?&gt;[\/code]<br \/>\n<span style=\"color: #ff0000;\">show_last_update<\/span>\uff1a\u662f\u5426\u663e\u793a\u5206\u7c7b\u4e2d\u65e5\u5fd7\u7684\u6700\u65b0\u65f6\u95f4\u6233\u30021\u4e3a\u663e\u793a\uff0c0\u4e3a\u4e0d\u663e\u793a\uff08\u9ed8\u8ba4\uff09\u3002\u6d4b\u8bd5\u4ee3\u7801\uff1a<\/p>\n<p>[code]&lt;?php wp_list_categories(&#8216;show_last_update=0&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;show_last_update=1&#8217;); ?&gt;[\/code]<br \/>\n<span style=\"color: #ff0000;\">style<\/span>\uff1a\u5206\u7c7b\u663e\u793a\u65b9\u5f0f\uff0c\u6709\u4e24\u53c2\u6570list\uff08\u9ed8\u8ba4\uff09\u3001none\u3002\u7528none\u65f6\u9700\u914d\u5408show_option_all\uff0c\u5355\u72ec\u4f7f\u7528\u662f\u6ca1\u6709\u6548\u679c\u7684\u3002\u6b64\u65f6\u6bcf\u4e2a\u5206\u7c7b\u4e4b\u95f4\u7528&lt;br&gt;\u5206\u5272\uff0c\u6e90\u4ee3\u7801\u91cc\u770b\u53d8\u5316\u3002<\/p>\n<p>[code]&lt;?php wp_list_categories(&#8216;style=none&amp;show_option_all=&#8217;.esc_attr(__(&#8216;Home&#8217;)).&#8221;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;show_option_all=&#8217;.esc_attr(__(&#8216;Home&#8217;)).&#8221;); ?&gt;[\/code]<br \/>\n<span style=\"color: #ff0000;\">show_count<\/span>\uff1a\u662f\u5426\u663e\u793a\u5206\u7c7b\u4e0b\u7684\u65e5\u5fd7\u6570\u91cf\uff0c0 \u4e3a\u4e0d\u663e\u793a 1\u4e3a\u663e\u793a\uff0c\u9ed8\u8ba4\u4e3a0\u4e0d\u663e\u793a\u3002<\/p>\n<p>[code]&lt;?php wp_list_categories(&#8216;show_count=1&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;show_count=0&#8217;); ?&gt;[\/code]<br \/>\n<span style=\"color: #ff0000;\">hide_empty<\/span>\uff1a\u662f\u5426\u9690\u85cf\u65e0\u6587\u7ae0\u7684\u5206\u7c7b\u30020\u4e3a\u4e0d\u9690\u85cf\uff0c1\u4e3a\u9690\u85cf\uff0c\u9ed8\u8ba4\u4e3a1\u9690\u85cf\u3002\u5f53\u521d\u4e0d\u5f97\u8a00\u5efa\u535a\u5ba2\u5206\u7c7b\u65f6\uff0c\u5728\u524d\u53f0\u5237\u65b0\u5374\u663e\u793a\u4e0d\u51fa\uff0c\u8fd8\u4ee5\u4e3a\u51fa\u73b0Bugs\u4e86\u3002\u540e\u6765\u65e0\u610f\u4e2d\u53d1\u73b0\uff0c\u53ea\u8981\u5206\u7c7b\u4e0b\u6709\u4e86\u5185\u5bb9\uff0c\u5c31\u53ef\u4ee5\u663e\u793a\u4e86\uff0c\u4e5f\u5c31\u653e\u5f03\u4e86\u6df1\u7a76\uff0c\u6e10\u6e10\u6de1\u5fd8\u4e86\u3002\u76f4\u5230\u73b0\u5728\u624d\u6e05\u695a\uff0c\u9ed8\u8ba4\u4e0b\u4e0d\u663e\u793a\u65e0\u5185\u5bb9\u7684\u5206\u7c7b\u3002\u65b0\u5efa\u4e00\u4e2a\u5206\u7c7b\u6d4b\u8bd5\u5427\u3002<\/p>\n<p>[code]&lt;?php wp_list_categories(&#8216;hide_empty=1&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;hide_empty=0&#8217;); ?&gt;[\/code]<br \/>\n<span style=\"color: #ff0000;\">use_desc_for_title<\/span>\uff1a\u662f\u5426\u663e\u793a\u5206\u7c7b\u94fe\u63a5\u4e2d title \u6807\u7b7e\u63cf\u8ff0\u30020\u4e3a\u4e0d\u663e\u793a\uff0c1\u4e3a\u663e\u793a\uff0c\u9ed8\u8ba4\u503c0\u4e0d\u663e\u793a\u3002\u503c\u4e3a1\uff0c\u5728\u5206\u7c7b\u94fe\u63a5\u6e90\u7801\u91cc\u7684title\u5185\u5bb9\uff0c\u4e3a\u5efa\u5206\u7c7b\u65f6\u7684\u63cf\u8ff0\u6587\u5b57\uff1b\u503c\u4e3a0\uff0c\u5728\u5206\u7c7b\u94fe\u63a5\u6e90\u7801\u91cc\u7684Title\u5185\u5bb9\u53d8\u4e3a\u201c\u67e5\u770b\u5206\u7c7b\u540d\u79f0\u4e0b\u7684\u6240\u6709\u65e5\u5fd7\u201d\u3002<\/p>\n<p>[code]&lt;?php wp_list_categories(&#8216;use_desc_for_title=1&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;use_desc_for_title=0&#8217;); ?&gt;[\/code]<br \/>\n<span style=\"color: #ff0000;\">child_of<\/span>\uff1a\u6570\u5b57\u7c7b\u578b\uff0c\u663e\u793a\u6307\u5b9aID\u4e0b\u7684\u5b50\u5206\u7c7b\u3002\u5982\u679c\u4f7f\u7528\u5219\u9700\u8981\u628ahide_empty\u8d4b\u503c\u4e3a0\u3002<\/p>\n<p><span style=\"color: #ff0000;\">feed<\/span>\uff1a\u662f\u5426\u663e\u793a\u4e00\u4e2a\u94fe\u63a5\u5230\u5f53\u524d\u5206\u7c7b\u7684Feed\u8ba2\u9605\uff0c\u503c\u4f5c\u4e3a\u5185\u5bb9\u51fa\u73b0\uff0c\u9ed8\u8ba4\u4e0d\u663e\u793a\u3002\u5f53feed\u8d4b\u503cRSS\u65f6\uff0c\u5c06\u5728\u5f53\u524d\u5206\u7c7b\u540e\u9762\u52a0\u4e0a\u540d\u4e3aRSS\u7684Feed\u94fe\u63a5\u3002\u53e6\u5916\uff0c\u7531\u4e0b\u9762\u7684\u6d4b\u8bd5\u53ef\u77e5\uff0c\u867d\u7136\u6b64\u53c2\u6570\u6ca1\u6709\u9ed8\u8ba4\u503c\uff0c\u4f46\u5f53feed=0\u65f6\u7b49\u540c\u9ed8\u8ba4\u3002<\/p>\n<p>[code]&lt;?php wp_list_categories(&#8216;feed=Rss&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;feed=&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;feed=0&#8217;); ?&gt;[\/code]<br \/>\n<span style=\"color: #ff0000;\">feed_type<\/span>\uff1a\u6b64\u53c2\u6570\u6682\u4e0d\u77e5\u5982\u4f55\u4f7f\u7528\u3002WPYOU\u770b\u5230\u5b98\u65b9\u4e5f\u6ca1\u7ed9\u4e88\u89e3\u91ca\uff0c\u4f30\u8ba1\u529f\u80fd\u9700\u5965\u540e\u7eed\u5f00\u53d1\u3002<\/p>\n<p><span style=\"color: #ff0000;\">feed_image<\/span>\uff1a\u8bbe\u7f6eFeed\u7684\u56fe\u7247\u5730\u5740\uff0c\u540cfeed\u53c2\u6570\u7c7b\u4f3c\uff0c\u53ea\u662f\u628a\u6587\u5b57\u66ff\u6362\u6210\u56fe\u7247\u663e\u793a\u3002\u628a\u53c2\u6570feed\u548cfeed_image\u8054\u5408\u4f7f\u7528\uff0c\u4f1a\u6709\u610f\u60f3\u4e0d\u5230\u7684\u6548\u679c\u3002\u8bf7\u6ce8\u610f\u56fe\u7247\u5fc5\u987b\u5b58\u5728\u54c8\u3002<\/p>\n<p>[code]&lt;?php wp_list_categories(&#8216;feed_image=\/images\/budeyan.gif&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;feed=RSS&amp;feed_image=\/images\/budeyan.gif&#8217;); ?&gt;[\/code]<br \/>\n<span style=\"color: #ff0000;\">exclude<\/span>\uff1a\u5b57\u7b26\u4e32\u7c7b\u578b\uff0c\u4f7f\u4e00\u4e2a\u6216\u591a\u4e2a\u5206\u7c7b\u4e0d\u663e\u793a\uff0c\u6bcf\u4e2a\u5206\u7c7bID\u4e4b\u95f4\u7528\u534a\u89d2\u9017\u53f7\u9694\u5f00\u3002\u4f8b\u5982\uff1a136\u4e3a\u7ad9\u957f\u624b\u672d\uff0c137\u4e3a\u7f51\u7edc\u5b89\u5168\u3002\u4e0b\u9762\u662f\u4e09\u8005\u4e4b\u95f4\u7684\u5bf9\u6bd4\uff0c\u8fd9\u6837\u53ef\u4ee5\u81ea\u5b9a\u4e49\u4e0d\u9700\u8981\u663e\u793a\u7684\u5206\u7c7b\u4e86\u3002<\/p>\n<p>[code]&lt;?php wp_list_categories(&#8216;exclude=&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;exclude=136&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;exclude=136,137&#8217;); ?&gt;[\/code]<br \/>\n<span style=\"color: #ff0000;\">exclude_tree<\/span>\uff1a\u4e0d\u5728\u5206\u7c7b\u5217\u8868\u4e2d\u663e\u793a\u8be5\u5206\u7c7b\u6811\u3002<\/p>\n<p><span style=\"color: #ff0000;\">current_category<\/span>\uff1a\u6570\u5b57\u578b\uff0c\u540e\u8ddf\u5206\u7c7bID\u53f7\uff0c\u5bf9\u6b64ID\u5206\u7c7b\u52a0\u5165\u540d\u4e3acurrent-cat\u7684CSS\u63a7\u5236\uff0c\u7528\u6237\u81ea\u5b9a\u4e49current-cat\u6837\u5f0f\u540e\uff0c\u53ef\u7528\u4e8e\u7a81\u51fa\u663e\u793a\u3002\u5e94\u7528\uff1f\u597d\u5427\uff0c\u6211\u53ef\u4ee5\u5b9a\u4e49current-cat\u4e3a\u7ea2\u8272\u52a0\u7c97\uff0c\u4e8e\u662f\u5206\u7c7b\u5bfc\u822a\u91cc\u5c31\u6709\u4e86\u7a81\u51fa\u7684\u663e\u793a\u4e86\u3002\u6ce8\u610f\uff1a\u53ea\u80fd\u6307\u5b9a\u4e00\u4e2a\u5f53\u524d\u5206\u7c7b\u3002\u53d8\u5316\u9700\u8981\u5728\u6e90\u4ee3\u7801\u4e2d\u67e5\u770b\u3002<\/p>\n<p>[code]&lt;?php wp_list_categories(&#8216;current_category=&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;current_category=136&#8217;); ?&gt;[\/code]<br \/>\n<span style=\"color: #ff0000;\">hierarchical<\/span>\uff1a\u5206\u5c42\u663e\u793a\u7236\/\u5b50\u5206\u7c7b\u3002\u9ed8\u8ba4\u503c\u4e3a1\uff0c<\/p>\n<p>[code]&lt;?php wp_list_categories(&#8216;hierarchical=1&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;hierarchical=0&#8217;); ?&gt;[\/code]<br \/>\n<span style=\"color: #ff0000;\">title_li<\/span>\uff1a\u81ea\u5b9a\u4e49\u5206\u7c7b\u7684\u6807\u9898\u5185\u5bb9\u3002\u9ed8\u8ba4\u60c5\u51b5\u4e0b\uff0c\u5728\u5206\u7c7b\u663e\u793a\u7684\u5de6\u4fa7\u8fd8\u4f1a\u6709\u4e2a\u6807\u9898\u201c\u5206\u7c7b\u201d\uff0c\u6211\u60f3\u81ea\u5df1\u5b9a\u4e49\u6b64\u5206\u7c7b\u6807\u9898\u540d\u79f0\uff0c\u5219\u9700\u8981\u7528\u5230\u6b64\u53c2\u6570\u3002\u60f3\u628a\u5206\u7c7b\u6807\u9898\u5220\u9664\u4e0d\u7528\uff1f\u597d\u5427\u8d4b\u503c\u4e3a\u7a7a\u5373\u53ef\u3002\u7b2c\u4e00\u4e2a\u5219\u4e0d\u4f1a\u6709\u5206\u7c7b\u6807\u9898\u4e86\uff0c\u800c\u7b2c\u4e8c\u4e2a\u5219\u628a\u5206\u7c7b\u6807\u9898\u5b9a\u4e49\u4e3a\uff1a\u4e0d\u5f97\u8a00\u535a\u5ba2\u5206\u7c7b\uff0c\u7528&lt;h2&gt;&lt;\/h2&gt;\u5305\u542b\uff0c\u4fbf\u4e8e\u5b9a\u4e49\u6837\u5f0f\u3002<\/p>\n<p>[code]&lt;?php wp_list_categories(&#8216;title_li=&#8217;); ?&gt;[\/code]<br \/>\n&lt;?php wp_list_categories(&#8216;title_li=&lt;h2&gt;WPYOU\u535a\u5ba2\u5206\u7c7b&lt;\/h2&gt;&#8217; ); ?&gt;<br \/>\n<span style=\"color: #ff0000;\">echo<\/span>\uff1a\u662f\u5426\u663e\u793a\u5206\u7c7b\u30020\u8868\u793a\u4e0d\u663e\u793a\uff0c1\u8868\u793a\u663e\u793a\uff0c\u9ed8\u8ba4\u4e3a1\u3002\u4e0d\u5f97\u8a00\u8fd9\u91cc\u5c31\u770b\u4e0d\u61c2\u4e86\uff0c\u8fd9\u4e2a\u53c2\u6570\u4ec0\u4e48\u65f6\u5019\u7528\u7684\u7740\uff1f\u4e0d\u60f3\u663e\u793a\u7684\u8bdd\uff0c\u5220\u9664\u4ee3\u7801\u5f97\u4e86\uff0c\u8c03\u7528\u51fd\u6570\u8fd8\u4e0d\u663e\u793a\uff0c\u60f3\u4e0d\u901a\u554a\u3002<\/p>\n<p>[code]&lt;?php wp_list_categories(&#8216;echo=0&#8217;); ?&gt;[\/code]<br \/>\n&lt;?php wp_list_categories(&#8216;echo=1&#8217;); ?&gt;<br \/>\n<span style=\"color: #ff0000;\">depth<\/span>\uff1a\u5206\u7c7b\u663e\u793a\u6df1\u5ea6\u3002\u8fd9\u91cc\u662f\u9488\u5bf9\u542b\u6709\u5b50\u5206\u7c7b\u800c\u8a00\u7684\u30020\u8868\u793a\u4ee5\u76ee\u5f55\u6811\u65b9\u5f0f\u663e\u793a\u7236\u5206\u7c7b\u548c\u5b50\u5206\u7c7b\uff0c-1\u4ee5\u65e0\u7f29\u8fdb\u7684\u65b9\u5f0f\u663e\u793a\u6240\u6709\u5206\u7c7b\uff1b1\u8868\u793a\u53ea\u663e\u793a\u9876\u7ea7\u7236\u5206\u7c7b\uff1b\u6570\u5b57n\u8868\u793a\u663e\u793aN\u5c42\u7684\u5206\u7c7b\u3002<\/p>\n<p>[code]&lt;?php wp_list_categories(&#8216;depth=-1&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;depth=0&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;depth=1&#8217;); ?&gt;<br \/>\n&lt;?php wp_list_categories(&#8216;depth=3&#8217;); ?&gt;[\/code]<br \/>\n<span style=\"color: #ff0000;\">taxonomy<\/span>\uff1a\u9ed8\u8ba4\u503ccategory\uff0c\u9664\u6b64\u4e4b\u5916\uff0c\u4e0d\u77e5\u9053\u5565\u7528\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662fwp_list_categories\u51fd\u6570\u7684\u8be6\u7ec6\u53c2\u6570\u4ecb\u7ecd\u4e86\uff0c\u6839\u636e\u81ea\u5df1\u7684\u7f51\u7ad9\u5f00\u53d1\u9700\u6c42\u9009\u62e9\u914d\u7f6e\u81ea\u5df1\u7684\u53c2\u6570\u8fdb\u884c\u4e0d\u540c\u663e\u793a\u6548\u679c\u548c\u529f\u80fd\u7684\u8bbe\u7f6e\u3002<\/p>\n<p>&nbsp;<\/p>\n<div>\u6587\u7ae0\u6765\u6e90\uff1awordpress\u5efa\u7ad9\u6559\u7a0b|wordpress\u4e3b\u9898\u5236\u4f5c|wordpress\u6a21\u677f|wordpress\u4e0b\u8f7d<br \/>\n(<a href=\"https:\/\/sdeno.com\">www.xgllseo.com<\/a>)\u8f6c\u8f7d\u8bf7\u6ce8\u660e\uff0c\u8bf7\u5c0a\u91cd\u7248\u6743\u3002<\/div>\n","protected":false},"excerpt":{"rendered":"<p>wp_list_categories\u51fd\u6570\u5c0f\u7f16\u4e4b\u524d\u4e5f\u5199\u8fc7\u4e00\u7bc7\u8fd9\u6b21\u5728\u8be6\u7ec6\u8bb2\u4e0b\uff0c\u5b83\u7684\u4f5c\u7528\u662f\u8c03\u7528wordpress\u535a\u5ba2 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"close","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,11],"tags":[],"class_list":["post-947","post","type-post","status-publish","format-standard","hentry","category-wordpress","category-11"],"_links":{"self":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts\/947","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=947"}],"version-history":[{"count":0,"href":"https:\/\/sdeno.com\/index.php?rest_route=\/wp\/v2\/posts\/947\/revisions"}],"wp:attachment":[{"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=947"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=947"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sdeno.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=947"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}