{"id":220,"date":"2025-04-11T17:34:41","date_gmt":"2025-04-11T09:34:41","guid":{"rendered":"https:\/\/www.zhaozhao123.cn\/wpcms\/220.html"},"modified":"2025-09-11T17:34:21","modified_gmt":"2025-09-11T09:34:21","slug":"%e8%8e%b7%e5%8f%96wordpress%e8%87%aa%e5%ae%9a%e4%b9%89posttype%e5%90%8e%e5%8f%b0%e5%88%97%e8%a1%a8%e9%a1%b5%e5%9c%b0%e5%9d%80","status":"publish","type":"gncj","link":"https:\/\/www.zhaozhao123.cn\/wpcms\/gncj\/220.html","title":{"rendered":"\u83b7\u53d6WordPress\u81ea\u5b9a\u4e49posttype\u540e\u53f0\u5217\u8868\u9875\u5730\u5740"},"content":{"rendered":"\n<p>\u8981\u83b7\u53d6WordPress\u4e2d\u81ea\u5b9a\u4e49\u6587\u7ae0\u7c7b\u578b\uff08Post Type\uff09\u540e\u53f0\u5217\u8868\u9875\u5730\u5740\uff0c\u53ef\u4ee5\u901a\u8fc7\u4ee5\u4e0b\u4ee3\u7801\u5b9e\u73b0\uff0c\u5047\u8bbe\u81ea\u5b9a\u4e49\u6587\u7ae0\u7c7b\u578b\uff08Post Type\uff09\u662f <code>zzwposttype<\/code>\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ \u83b7\u53d6\u81ea\u5b9a\u4e49\u6587\u7ae0\u7c7b\u578b zzwposttype \u7684\u540e\u53f0\u5217\u8868\u9875\u5730\u5740\n$post_type = 'zzwposttype';\n$admin_list_url = admin_url('edit.php?post_type=' . $post_type);\necho esc_url($admin_list_url);\/\/\u76f4\u63a5\u8f93\u51fa\u7edd\u5bf9\u5730\u5740<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\u4ee3\u7801\u8bf4\u660e\uff1a<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong><code>admin_url()<\/code> \u51fd\u6570<\/strong><br>\u8fd9\u662fWordPress\u6838\u5fc3\u51fd\u6570\uff0c\u7528\u4e8e\u751f\u6210\u540e\u53f0\u7ba1\u7406\u9875\u9762\u7684URL\u3002\u901a\u8fc7\u53c2\u6570<code>edit.php?post_type=zzwposttype<\/code>\u6307\u5b9a\u76ee\u6807\u9875\u9762\u8def\u5f84\u548c\u67e5\u8be2\u53c2\u6570\u3002<\/li>\n\n\n\n<li><strong>\u52a8\u6001\u62fc\u63a5\u53c2\u6570<\/strong><br>\u5c06\u81ea\u5b9a\u4e49\u6587\u7ae0\u7c7b\u578b\u7684\u540d\u79f0<code>zzwposttype<\/code>\u4e0e<code>edit.php<\/code>\u8def\u5f84\u7ed3\u5408\uff0c\u751f\u6210\u5b8c\u6574\u7684URL\u3002\u4f8b\u5982\uff0c\u8f93\u51fa\u7ed3\u679c\u4e3a\uff1a`<\/li>\n\n\n\n<li><strong>\u5b89\u5168\u6027\u5904\u7406<\/strong><br>\u4f7f\u7528<code>esc_url()<\/code>\u5bf9\u751f\u6210\u7684URL\u8fdb\u884c\u8f6c\u4e49\uff0c\u9632\u6b62XSS\u653b\u51fb\uff0c\u7b26\u5408WordPress\u7f16\u7801\u89c4\u8303\u3002<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">\u6269\u5c55\u8bf4\u660e\uff1a<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u9a8c\u8bc1\u6587\u7ae0\u7c7b\u578b\u662f\u5426\u5b58\u5728<\/strong><br>\u5982\u679c\u9700\u786e\u4fdd<code>zzwposttype<\/code>\u5df2\u6b63\u786e\u6ce8\u518c\uff0c\u53ef\u5148\u901a\u8fc7<code>post_type_exists()<\/code>\u51fd\u6570\u68c0\u67e5\uff1a<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>  if (post_type_exists('zzwposttype')) {\n      \/\/ \u751f\u6210URL\u7684\u4ee3\u7801\n  }<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u81ea\u5b9a\u4e49\u6587\u7ae0\u7c7b\u578b\u914d\u7f6e<\/strong><br>\u82e5\u6ce8\u518c\u65f6\u901a\u8fc7<code>register_post_type()<\/code>\u6307\u5b9a\u4e86\u81ea\u5b9a\u4e49\u7684<code>has_archive<\/code>\u6216<code>rewrite<\/code>\u53c2\u6570\uff0c\u9700\u786e\u4fdd<code>show_ui<\/code>\u548c<code>show_in_menu<\/code>\u8bbe\u7f6e\u4e3a<code>true<\/code>\uff0c\u5426\u5219\u540e\u53f0\u5217\u8868\u9875\u53ef\u80fd\u4e0d\u53ef\u89c1\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\u6ce8\u610f\u4e8b\u9879\uff1a<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u4ee3\u7801\u9700\u5728WordPress\u73af\u5883\uff08\u5982\u4e3b\u9898\u7684<code>functions.php<\/code>\u6216\u63d2\u4ef6\u6587\u4ef6\uff09\u4e2d\u6267\u884c\u3002<\/li>\n\n\n\n<li>\u82e5\u9700\u5728\u524d\u7aef\u9875\u9762\u83b7\u53d6\u6b64URL\uff0c\u9700\u786e\u4fdd\u5f53\u524d\u7528\u6237\u6709\u540e\u53f0\u8bbf\u95ee\u6743\u9650\u3002<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8981\u83b7\u53d6WordPress\u4e2d\u81ea\u5b9a\u4e49\u6587\u7ae0\u7c7b\u578b\uff08Post Type\uff09\u540e\u53f0\u5217\u8868\u9875\u5730\u5740\uff0c\u53ef\u4ee5\u901a\u8fc7\u4ee5\u4e0b\u4ee3\u7801\u5b9e\u73b0\uff0c\u5047\u8bbe\u81ea\u5b9a\u4e49\u6587\u7ae0\u7c7b\u578b\uff08Post Type\uff09\u662f zzwposttype\uff1a \u4ee3\u7801\u8bf4\u660e\uff1a \u6269\u5c55\u8bf4\u660e\uff1a \u6ce8\u610f\u4e8b\u9879\uff1a<\/p>\n","protected":false},"author":1,"featured_media":0,"menu_order":0,"template":"","meta":{"_acf_changed":false},"tags":[],"gncj2nav":[43],"tuisongtax":[],"class_list":["post-220","gncj","type-gncj","status-publish","hentry","gncj2nav-wpcj"],"acf":{"qian_art_seotitle":"","qian_art_seotitle_source":{"label":"SEO\u6807\u9898","type":"text","formatted_value":""},"qian_art_seokws":"","qian_art_seokws_source":{"label":"SEO\u5173\u952e\u8bcd","type":"text","formatted_value":""},"qian_art_stzhong":"","qian_art_stzhong_source":{"label":"\u4e2d | \u77ed\u6807\u9898","type":"text","formatted_value":""}},"_links":{"self":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/gncj\/220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/gncj"}],"about":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/types\/gncj"}],"author":[{"embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/users\/1"}],"wp:attachment":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/media?parent=220"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/tags?post=220"},{"taxonomy":"gncj2nav","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/gncj2nav?post=220"},{"taxonomy":"tuisongtax","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/tuisongtax?post=220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}