{"id":3034,"date":"2025-06-11T11:01:14","date_gmt":"2025-06-11T03:01:14","guid":{"rendered":"https:\/\/www.zhaozhao123.cn\/wpcms\/wpdt\/3034.html"},"modified":"2025-06-11T11:01:14","modified_gmt":"2025-06-11T03:01:14","slug":"%e5%a6%82%e4%bd%95%e5%9c%a8-wordpress-%e4%b8%ad%e4%b8%ba%e6%af%8f%e4%b8%aa%e8%87%aa%e5%ae%9a%e4%b9%89%e6%96%87%e7%ab%a0%e7%b1%bb%e5%9e%8b%e5%88%9b%e5%bb%ba%e7%8b%ac%e7%ab%8b%e7%9a%84-rss-%e8%ae%a2","status":"publish","type":"post","link":"https:\/\/www.zhaozhao123.cn\/wpcms\/post\/3034.html","title":{"rendered":"\u5982\u4f55\u5728 WordPress \u4e2d\u4e3a\u6bcf\u4e2a\u81ea\u5b9a\u4e49\u6587\u7ae0\u7c7b\u578b\u521b\u5efa\u72ec\u7acb\u7684 RSS \u8ba2\u9605\u6e90"},"content":{"rendered":"<div class=\"wp-block-columns p-0 border is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<div class=\"wp-block-columns px-4 py-3 border-bottom has-background is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\" style=\"background:linear-gradient(243deg,rgb(238,238,238) 0%,rgba(58,166,242,0.15) 100%)\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\r\n<figure class=\"wp-block-image size-thumbnail is-resized is-style-rounded is-style-rounded--1\"><img decoding=\"async\" src=\"https:\/\/www.zhaozhao123.cn\/myitems\/images\/sites16\/2025\/06\/dyA-1-400x300.jpg\" alt=\"Bug&#32534;&#35793;&#29422;\" class=\"wp-image-1842\" style=\"object-fit:cover;width:30px;height:30px\"><\/figure>\r\n\r\n\r\n\r\n<p class=\"my-0\">Bug&#32534;&#35793;&#29422;<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-columns px-xl-5 px-4 py-xl-4 py-3 is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<p>&#22312; WordPress &#20013;&#20026;&#27599;&#20010;&#33258;&#23450;&#20041;&#25991;&#31456;&#31867;&#22411;&#21019;&#24314;&#29420;&#31435;&#30340; RSS &#35746;&#38405;&#28304;&#26159;&#19968;&#39033;&#24120;&#35265;&#30340;&#38656;&#27714;&#65292;&#29305;&#21035;&#26159;&#24403;&#20320;&#26377;&#22810;&#20010;&#19981;&#21516;&#30340;&#20869;&#23481;&#31867;&#22411;&#26102;&#12290;&#20197;&#19979;&#26159;&#22914;&#20309;&#23454;&#29616;&#36825;&#19968;&#30446;&#26631;&#30340;&#22522;&#26412;&#27493;&#39588;&#65306;<\/p>\n<h3>&#27493;&#39588; 1: &#23450;&#20041;&#26032;&#25991;&#31456;&#31867;&#22411;<\/h3>\n<p>&#39318;&#20808;&#65292;&#20320;&#38656;&#35201;&#21019;&#24314;&#19968;&#20010;&#26032;&#30340;&#25991;&#31456;&#31867;&#22411;&#12290;&#36825;&#21487;&#20197;&#36890;&#36807;&#32534;&#36753; <code>wp-includes\/default-post-types.php<\/code> &#25991;&#20214;&#26469;&#23436;&#25104;&#65292;&#25110;&#32773;&#36890;&#36807;&#21518;&#21488;&#33756;&#21333;&#20013;&#30340;&ldquo;&#28155;&#21152;&#26032;&#31867;&#22411;&rdquo;&#21151;&#33021;&#12290;<\/p>\n<h4>&#31034;&#20363;&#20195;&#30721;&#65306;<\/h4>\n<pre><code class=\"language-php\">\/\/ &#22312; wp-content\/themes\/your-theme\/functions.php &#25110;&#32773; custom-functions.php &#25991;&#20214;&#20013;\nfunction create_custom_post_type() {\n    $args = array(\n        'label' =&gt; __('Custom Post Type'),\n        'public' =&gt; true,\n        'has_archive' =&gt; false, \/\/ &#21487;&#36873;&#65292;&#40664;&#35748;&#20026;true&#65292;&#34920;&#31034;&#36825;&#26159;&#19968;&#20010;&#20855;&#26377;&#21333;&#39029;&#30340;&#25991;&#31456;&#31867;&#22411;\n        'supports' =&gt; ['title', 'editor', 'thumbnail'], \/\/ &#25903;&#25345;&#30340;&#21151;&#33021;&#21015;&#34920;\n    );\n    register_post_type('custom_post_type', $args);\n}\nadd_action('init', 'create_custom_post_type');<\/code><\/pre>\n<h3>&#27493;&#39588; 2: &#21019;&#24314;&#26032;&#30340; RSS &#26631;&#31614;<\/h3>\n<p>&#25509;&#19979;&#26469;&#65292;&#20320;&#38656;&#35201;&#22312; WordPress &#30340;&#35774;&#32622;&#20013;&#21019;&#24314;&#19968;&#20010;&#26032;&#30340; RSS &#26631;&#31614;&#65288;&#20063;&#31216;&#20026;&ldquo;&#39057;&#36947;&rdquo;&#65289;&#65292;&#20197;&#20415;&#33021;&#22815;&#35746;&#38405;&#29305;&#23450;&#31867;&#22411;&#30340;&#24086;&#23376;&#12290;<\/p>\n<h4>&#26041;&#27861;&#19968;&#65306;&#20351;&#29992; WP-Admin<\/h4>\n<ol>\n<li>&#30331;&#24405;&#21040; WordPress &#31649;&#29702;&#30028;&#38754;&#12290;<\/li>\n<li>&#36827;&#20837; &ldquo;&#35774;&#32622; &gt; RSS&rdquo; &#39029;&#38754;&#12290;<\/li>\n<li>&#28155;&#21152;&#19968;&#20010;&#26032;&#30340; RSS &#26631;&#31614;&#65292;&#20363;&#22914;&#21629;&#21517;&#20026; &#8220;Custom Post Type Feed&#8221;&#12290;<\/li>\n<li>&#35774;&#32622;&#35813;&#26631;&#31614;&#20851;&#32852;&#30340;&#21338;&#23458;&#25110;&#31449;&#28857; ID&#12290;<\/li>\n<li>&#35843;&#25972;&#20854;&#20182;&#36873;&#39033;&#20197;&#28385;&#36275;&#24744;&#30340;&#38656;&#27714;&#65292;&#22914;&#26631;&#39064;&#12289;&#25551;&#36848;&#31561;&#12290;<\/li>\n<\/ol>\n<h4>&#31034;&#20363;&#20195;&#30721;&#65306;<\/h4>\n<pre><code class=\"language-php\">\/\/ &#22312; wp-content\/themes\/your-theme\/functions.php &#25110;&#32773; custom-functions.php &#25991;&#20214;&#20013;\nfunction add_custom_rss_tag($tags) {\n    return array_merge($tags, array('custom_post_type_feed'));\n}\nadd_filter('rss_tags', 'add_custom_rss_tag');<\/code><\/pre>\n<h3>&#27493;&#39588; 3: &#33258;&#21160;&#26356;&#26032; RSS &#39057;&#36947;<\/h3>\n<p>&#20026;&#20102;&#20351;&#29992;&#25143;&#21487;&#20197;&#33258;&#21160;&#35746;&#38405;&#29305;&#23450;&#31867;&#22411;&#30340; RSS &#39057;&#36947;&#65292;&#20320;&#21487;&#20197;&#32534;&#20889;&#19968;&#20010;&#31616;&#21333;&#30340;&#25554;&#20214;&#33050;&#26412;&#65292;&#23450;&#26399;&#26816;&#26597;&#24182;&#26356;&#26032;&#36825;&#20123;&#39057;&#36947;&#12290;<\/p>\n<h4>&#31034;&#20363;&#20195;&#30721;&#65306;<\/h4>\n<pre><code class=\"language-php\">function update_custom_rss_channels() {\n    global $wpdb;\n\n    \/\/ &#33719;&#21462;&#25152;&#26377;&#33258;&#23450;&#20041;&#25991;&#31456;&#31867;&#22411;\n    $post_types = get_post_types(array('public' =&gt; true), 'objects');\n\n    foreach ($post_types as $type) {\n        $post_type_id = $type-&gt;name;\n\n        \/\/ &#26816;&#26597;&#26159;&#21542;&#23384;&#22312;&#30456;&#24212;&#30340; RSS &#26631;&#31614;\n        if (!isset($post_type_id)) continue;\n\n        $table_name = $wpdb-&gt;prefix . 'rss_channels';\n\n        \/\/ &#25554;&#20837;RSS&#39057;&#36947;&#35760;&#24405;\n        $insert_query = \"\n            INSERT INTO `$table_name`\n                (channel_title, channel_description)\n            VALUES (\n                '$post_type_id',\n                'A feed for all posts of the type \"' . esc_attr($post_type_id) . '\"'\n            )\n        \";\n\n        $result = $wpdb-&gt;query($insert_query);\n\n        if (!$result) {\n            echo 'Error inserting into rss_channels table: ' . $wpdb-&gt;error . \"n\";\n        }\n    }\n}\nadd_action('init', 'update_custom_rss_channels');<\/code><\/pre>\n<h3>&#27493;&#39588; 4: &#27979;&#35797;&#21644;&#21457;&#24067;<\/h3>\n<p>&#30830;&#20445;&#27979;&#35797;&#25152;&#26377;&#25805;&#20316;&#65292;&#21253;&#25324;&#21019;&#24314;&#26032;&#30340;&#25991;&#31456;&#31867;&#22411;&#21644; RSS &#39057;&#36947;&#65292;&#20197;&#21450;&#26356;&#26032;&#29616;&#26377;&#39057;&#36947;&#12290;&#19968;&#26086;&#19968;&#20999;&#27491;&#24120;&#65292;&#24744;&#21487;&#20197;&#23558;&#20854;&#21457;&#24067;&#21040;&#24744;&#30340; WordPress &#32593;&#31449;&#19978;&#12290;<\/p>\n<p>&#20197;&#19978;&#27493;&#39588;&#28085;&#30422;&#20102;&#20026;&#27599;&#20010;&#33258;&#23450;&#20041;&#25991;&#31456;&#31867;&#22411;&#21019;&#24314;&#29420;&#31435;&#30340; RSS &#35746;&#38405;&#28304;&#30340;&#20027;&#35201;&#27969;&#31243;&#12290;&#35831;&#26681;&#25454;&#24744;&#30340;&#20855;&#20307;&#38656;&#27714;&#35843;&#25972;&#21644;&#20248;&#21270;&#36825;&#20123;&#27493;&#39588;&#12290;<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div><div class=\"wp-block-columns p-0 border is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<div class=\"wp-block-columns px-4 py-3 border-bottom has-background is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\" style=\"background:linear-gradient(243deg,rgb(238,238,238) 0%,rgba(58,166,242,0.15) 100%)\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\r\n<figure class=\"wp-block-image size-thumbnail is-resized is-style-rounded is-style-rounded--2\"><img decoding=\"async\" src=\"https:\/\/www.zhaozhao123.cn\/myitems\/images\/sites16\/2025\/06\/zp-400x300.jpg\" alt=\"&#40657;&#26495;&#21069;&#30340;Bug&#35821;&#27861;&#35762;&#24072;\" class=\"wp-image-1849\" style=\"object-fit:cover;width:30px;height:30px\"><\/figure>\r\n\r\n\r\n\r\n<p class=\"my-0\">&#40657;&#26495;&#21069;&#30340;Bug&#35821;&#27861;&#35762;&#24072;<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wp-block-columns px-xl-5 px-4 py-xl-4 py-3 is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\r\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\r\n<p>&#35201;&#22312;WordPress&#20013;&#20026;&#27599;&#20010;&#33258;&#23450;&#20041;&#25991;&#31456;&#31867;&#22411;&#21019;&#24314;&#29420;&#31435;&#30340;RSS&#35746;&#38405;&#28304;&#65292;&#20320;&#38656;&#35201;&#25353;&#29031;&#20197;&#19979;&#27493;&#39588;&#25805;&#20316;&#65306;<\/p>\n<h3>&#27493;&#39588; 1: &#21019;&#24314;RSS Feed<\/h3>\n<p>&#39318;&#20808;&#65292;&#22312;WordPress&#30340;&#21518;&#21488;&#31649;&#29702;&#30028;&#38754;&#19979;&#25214;&#21040;&ldquo;&#25554;&#20214;&rdquo;&#39029;&#38754;&#65292;&#28982;&#21518;&#28857;&#20987;&ldquo;&#28155;&#21152;&#26032;&#25554;&#20214;&rdquo;&#12290;&#25628;&#32034;&#24182;&#23433;&#35013;&#21517;&#20026;&ldquo;FeedBurner&rdquo;&#30340;&#25554;&#20214;&#12290;<\/p>\n<h3>&#27493;&#39588; 2: &#37197;&#32622;RSS Feed<\/h3>\n<p>&#25171;&#24320;&#25554;&#20214;&#35774;&#32622;&#65292;&#36873;&#25321;&#20320;&#30340;RSS Feed&#21517;&#31216;&#65288;&#20363;&#22914;&#65306;YourCustomArticleTypeFeed&#65289;&#65292;&#28982;&#21518;&#23558;URL&#26356;&#25913;&#20026;&#21253;&#21547;&#33258;&#23450;&#20041;&#25991;&#31456;&#31867;&#22411;&#30340;URL&#65288;&#20363;&#22914;&#65306;<a href=\"https:\/\/www.zhaozhao123.cn\/skin\/go?url=aHR0cHM6Ly9leGFtcGxlLmNvbS9teS1jdXN0b20tdHlwZS8lRUYlQkMlODklRTMlODAlODIlRTYlOEUlQTUlRTQlQjglOEIlRTYlOUQlQTUlRUYlQkMlOEMlRTUlOEIlQkUlRTklODAlODklRTIlODAlOUMlRTglODclQUElRTUlOEElQTglRTYlOUIlQjQlRTYlOTYlQjAlRTIlODAlOUQlRTklODAlODklRTklQTElQjklRTQlQkIlQTUlRTclQTElQUUlRTQlQkYlOURSU1M=\" rel=\"noopener noreferrer nofollow\">https:\/\/example.com\/my-custom-type\/&#65289;&#12290;&#25509;&#19979;&#26469;&#65292;&#21246;&#36873;&ldquo;&#33258;&#21160;&#26356;&#26032;&rdquo;&#36873;&#39033;&#20197;&#30830;&#20445;RSS<\/a> Feed&#24635;&#26159;&#21516;&#27493;&#26368;&#26032;&#30340;&#25991;&#31456;&#12290;<\/p>\n<h3>&#27493;&#39588; 3: &#28155;&#21152;&#33258;&#23450;&#20041;&#25991;&#31456;&#31867;&#22411;&#21040;RSS Feed<\/h3>\n<p>&#28857;&#20987;&ldquo;&#28155;&#21152;&#33258;&#23450;&#20041;&#25991;&#31456;&#31867;&#22411;&rdquo;&#65292;&#28982;&#21518;&#20174;&#21015;&#34920;&#20013;&#36873;&#25321;&#20320;&#35201;&#20351;&#29992;&#30340;&#33258;&#23450;&#20041;&#25991;&#31456;&#31867;&#22411;&#12290;&#36825;&#23558;&#20351;WordPress&#30693;&#36947;&#21738;&#20123;&#25991;&#31456;&#24212;&#35813;&#34987;&#21457;&#24067;&#21040;RSS Feed&#19978;&#12290;<\/p>\n<h3>&#27493;&#39588; 4: &#37197;&#32622;RSS Feed&#20013;&#30340;&#26631;&#39064;&#21644;&#25551;&#36848;<\/h3>\n<p>&#22312;FeedBurner&#30340;&#35774;&#32622;&#20013;&#65292;&#20320;&#21487;&#20197;&#32534;&#36753;RSS Feed&#30340;&#26631;&#39064;&#12289;&#25551;&#36848;&#20197;&#21450;&#26159;&#21542;&#26174;&#31034;&#26085;&#26399;&#31561;&#20449;&#24687;&#12290;&#36825;&#20123;&#26356;&#25913;&#23558;&#24433;&#21709;RSS Feed&#30340;&#20869;&#23481;&#23637;&#31034;&#26041;&#24335;&#12290;<\/p>\n<h3>&#27493;&#39588; 5: &#27979;&#35797;RSS Feed<\/h3>\n<p>&#20445;&#23384;&#20320;&#30340;&#37197;&#32622;&#21518;&#65292;&#28857;&#20987;&ldquo;&#27979;&#35797;&rdquo;&#25353;&#38062;&#26469;&#26597;&#30475;RSS Feed&#26159;&#21542;&#27491;&#24120;&#24037;&#20316;&#12290;&#22914;&#26524;&#19968;&#20999;&#27491;&#24120;&#65292;&#20320;&#24212;&#35813;&#33021;&#30475;&#21040;&#26469;&#33258;&#20320;&#30340;&#33258;&#23450;&#20041;&#25991;&#31456;&#31867;&#22411;&#30340;RSS Feed&#12290;<\/p>\n<h3>&#31034;&#20363;&#20195;&#30721;<\/h3>\n<h4>&#20351;&#29992;PHP&#21019;&#24314;RSS Feed<\/h4>\n<p>&#22914;&#26524;&#20320;&#38656;&#35201;&#20351;&#29992;PHP&#26469;&#29983;&#25104;RSS Feed&#65292;&#21487;&#20197;&#21442;&#32771;&#19979;&#38754;&#30340;&#20363;&#23376;&#65306;<\/p>\n<pre><code class=\"language-php\">&lt;?php\n\/\/ &#20551;&#35774;&#25105;&#20204;&#26377;&#19968;&#20010;&#33258;&#23450;&#20041;&#25991;&#31456;&#31867;&#22411;&#21517;&#20026; 'My Custom Type' &#30340;&#25991;&#31456;&#24211;\n$custom_type = get_post_type_object('my_custom_type');\n\n\/\/ &#33719;&#21462;&#25991;&#31456;&#25968;&#25454;\n$posts = get_posts(array(\n    'post_type' =&gt; $custom_type-&gt;labels-&gt;name,\n    'numberposts' =&gt; -1,\n));\n\n\/\/ &#26500;&#36896;RSS Feed\n$rss_feed = '&lt;rss version=\"2.0\"&gt;\n&lt;channel&gt;\n&lt;title&gt;' . $custom_type-&gt;labels-&gt;name . '&lt;\/title&gt;\n&lt;link&gt;' . get_home_url() . '\/your-custom-type\/' . $custom_type-&gt;labels-&gt;name . '&lt;\/link&gt;\n&lt;description&gt;' . get_bloginfo('description') . '&lt;\/description&gt;\n&lt;language&gt;zh-CN&lt;\/language&gt;\n&lt;lastbuilddate&gt;' . date('c', strtotime(get_option('blog_date_format'))) . '&lt;\/lastbuilddate&gt;\n';\n\nforeach ($posts as $post) {\n    $rss_feed .= '&lt;item&gt;';\n    $rss_feed .= '&lt;title&gt;' . get_the_title($post-&gt;ID) . '&lt;\/title&gt;';\n    $rss_feed .= '&lt;link&gt;' . get_permalink($post-&gt;ID) . '&lt;\/link&gt;';\n    $rss_feed .= '&lt;pubDate&gt;' . gmdate('D, d M Y H:i:s T', strtotime($post-&gt;post_date)) . '&lt;\/pubDate&gt;';\n    $rss_feed .= '&lt;\/item&gt;n';\n}\n\n$rss_feed .= '&lt;\/channel&gt;&lt;\/rss&gt;';\n\n\/\/ &#36755;&#20986;RSS Feed\necho $rss_feed;\n?&gt;<\/code><\/pre>\n<p>&#36825;&#20010;&#20363;&#23376;&#23637;&#31034;&#20102;&#22914;&#20309;&#20351;&#29992;PHP&#33719;&#21462;&#29305;&#23450;&#25991;&#31456;&#31867;&#22411;&#30340;&#33258;&#23450;&#20041;&#25991;&#31456;&#65292;&#24182;&#23558;&#20854;&#25972;&#21512;&#21040;RSS Feed&#20013;&#12290;&#27880;&#24847;&#65292;&#20320;&#38656;&#35201;&#26681;&#25454;&#23454;&#38469;&#24773;&#20917;&#26367;&#25442;&#19978;&#36848;&#20195;&#30721;&#20013;&#30340;&#21464;&#37327;&#21644;&#38142;&#25509;&#12290;<\/p>\n<p>&#36890;&#36807;&#20197;&#19978;&#27493;&#39588;&#65292;&#20320;&#21487;&#20197;&#22312;WordPress&#20013;&#20026;&#27599;&#20010;&#33258;&#23450;&#20041;&#25991;&#31456;&#31867;&#22411;&#21019;&#24314;&#29420;&#31435;&#30340;RSS&#35746;&#38405;&#28304;&#12290;&#36825;&#21487;&#20197;&#24110;&#21161;&#29992;&#25143;&#26041;&#20415;&#22320;&#36319;&#36394;&#20182;&#20204;&#24863;&#20852;&#36259;&#30340;&#33258;&#23450;&#20041;&#25991;&#31456;&#31867;&#22411;&#30340;&#26032;&#20869;&#23481;&#12290;<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Bug&#32534;&#35793;&#29422; &#22312; WordPress &#20013;&#20026;&#27599;&#20010;&#33258;&#23450;&#20041;&#25991;&#31456;&#31867;&#22411;&#21019;&#24314;&#29420;&#038;..<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[59],"tuisongtax":[],"class_list":["post-3034","post","type-post","status-publish","format-standard","hentry","category-wpdt","tag-pzjc"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/posts\/3034","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/comments?post=3034"}],"version-history":[{"count":0,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/posts\/3034\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/media?parent=3034"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/categories?post=3034"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/tags?post=3034"},{"taxonomy":"tuisongtax","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/tuisongtax?post=3034"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}