{"id":3731,"date":"2025-06-12T03:45:42","date_gmt":"2025-06-11T19:45:42","guid":{"rendered":"https:\/\/www.zhaozhao123.cn\/wpcms\/wpdt\/3731.html"},"modified":"2025-06-12T03:45:42","modified_gmt":"2025-06-11T19:45:42","slug":"%e5%a6%82%e4%bd%95%e5%9c%a8-wordpress-%e4%be%a7%e8%be%b9%e6%a0%8f%e6%98%be%e7%a4%ba%e7%83%ad%e9%97%a8%e8%af%84%e8%ae%ba%e8%80%85","status":"publish","type":"post","link":"https:\/\/www.zhaozhao123.cn\/wpcms\/post\/3731.html","title":{"rendered":"\u5982\u4f55\u5728 WordPress \u4fa7\u8fb9\u680f\u663e\u793a\u70ed\u95e8\u8bc4\u8bba\u8005"},"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>&#35201;&#22312; WordPress &#20391;&#36793;&#26639;&#26174;&#31034;&#28909;&#38376;&#35780;&#35770;&#32773;&#65292;&#20320;&#21487;&#20197;&#36890;&#36807;&#20197;&#19979;&#27493;&#39588;&#23454;&#29616;&#65306;<\/p>\n<h3>&#27493;&#39588; 1: &#23548;&#20837;&#25968;&#25454;&#21040;&#25968;&#25454;&#24211;<\/h3>\n<p>&#39318;&#20808;&#65292;&#20320;&#38656;&#35201;&#21019;&#24314;&#19968;&#20010;&#21517;&#20026; <code>comments<\/code> &#30340;&#34920;&#26469;&#23384;&#20648;&#35780;&#35770;&#32773;&#30340;&#25968;&#25454;&#12290;&#36825;&#20010;&#34920;&#24212;&#35813;&#21253;&#21547;&#19968;&#20123;&#22522;&#26412;&#30340;&#35780;&#35770;&#32773;&#20449;&#24687;&#65292;&#22914;&#29992;&#25143;&#21517;&#12289;&#26085;&#26399;&#31561;&#12290;<\/p>\n<pre><code class=\"language-sql\">CREATE TABLE IF NOT EXISTS comments (\n    id INT(11) AUTO_INCREMENT PRIMARY KEY,\n    commenter_name VARCHAR(255),\n    comment_date DATETIME DEFAULT CURRENT_TIMESTAMP\n);<\/code><\/pre>\n<p>&#28982;&#21518;&#65292;&#32534;&#20889;&#19968;&#20010; SQL &#26597;&#35810;&#26469;&#25554;&#20837;&#19968;&#20123;&#27979;&#35797;&#25968;&#25454;&#65288;&#20551;&#35774;&#25105;&#20204;&#26377;&#19977;&#20010;&#35780;&#35770;&#32773;&#65289;&#65306;<\/p>\n<pre><code class=\"language-sql\">INSERT INTO comments (commenter_name)\nVALUES ('John Doe'), ('Jane Smith'), ('Alice Johnson');<\/code><\/pre>\n<h3>&#27493;&#39588; 2: &#21019;&#24314;&#33258;&#23450;&#20041;&#21151;&#33021;&#25554;&#20214;<\/h3>\n<p>&#25509;&#19979;&#26469;&#65292;&#25105;&#20204;&#38656;&#35201;&#21019;&#24314;&#19968;&#20010;&#33258;&#23450;&#20041;&#21151;&#33021;&#25554;&#20214;&#65292;&#20197;&#20415;&#22312;&#20391;&#36793;&#26639;&#26174;&#31034;&#36825;&#20123;&#35780;&#35770;&#32773;&#12290;&#25105;&#20204;&#23558;&#20351;&#29992; WordPress &#21160;&#24577;&#27169;&#26495;&#20989;&#25968;&#21644;&#26465;&#20214;&#35821;&#21477;&#26469;&#36807;&#28388;&#21644;&#26174;&#31034;&#36825;&#20123;&#35780;&#35770;&#32773;&#12290;<\/p>\n<ol>\n<li><strong>&#21019;&#24314;&#19968;&#20010;&#26032;&#30340; PHP &#25991;&#20214;<\/strong>&#65306;&#20363;&#22914; <code>sidebar.php<\/code>&#12290;<\/li>\n<li><strong>&#28155;&#21152;&#20197;&#19979;&#20195;&#30721;<\/strong>&#65306;<\/li>\n<\/ol>\n<pre><code class=\"language-php\">&lt;?php \nfunction display_top_commenters() {\n    $query_args = array(\n        'post_type' =&gt; 'comment',\n        'posts_per_page' =&gt; -1, \/\/ &#26174;&#31034;&#25152;&#26377;&#35780;&#35770;\n        'meta_key' =&gt; '_wp_old_slug', \/\/ &#20351;&#29992;&#26087;&#30340; slug &#23383;&#27573;&#20316;&#20026;&#25490;&#24207;&#20381;&#25454;\n        'orderby' =&gt; 'meta_value_num'\n    );\n\n    $comments_query = new WP_Query($query_args);\n\n    if ($comments_query-&gt;have_posts()) : ?&gt;\n        &lt;div class=\"top-commenters\"&gt;\n            &lt;?php while ($comments_query-&gt;have_posts()) : $comments_query-&gt;the_post(); ?&gt;\n                &lt;article&gt;\n                    &lt;h3&gt;&lt;?php the_title(); ?&gt;&lt;\/h3&gt;\n                    &lt;time datetime=\"&lt;?php echo get_the_time('c'); ?&gt;\"&gt;&lt;?php echo get_the_date(); ?&gt;&lt;\/time&gt;\n                &lt;\/article&gt;\n            &lt;?php endwhile; ?&gt;\n        &lt;\/div&gt;\n    &lt;?php endif;\n\n    wp_reset_postdata();\n}\n?&gt;\n\n&lt;div class=\"side-bar\" style=\"position:relative;\"&gt;\n    &lt;?php display_top_commenters(); ?&gt;\n&lt;\/div&gt;\n\n&lt;style type=\"text\/css\"&gt;\n.top-commenters article {\n    background-color: #f9f9f9;\n    padding: 10px;\n    border-radius: 5px;\n}\n\n.top-commenters h3 {\n    font-size: 18px;\n    margin-bottom: 5px;\n}\n\n.top-commenters time {\n    color: gray;\n}\n&lt;\/style&gt;<\/code><\/pre>\n<h3>&#27493;&#39588; 3: &#22312;&#20391;&#36793;&#26639;&#21152;&#36733;&#33258;&#23450;&#20041;&#21151;&#33021;&#25554;&#20214;<\/h3>\n<p>&#29616;&#22312;&#65292;&#20320;&#38656;&#35201;&#22312; WordPress &#31649;&#29702;&#38754;&#26495;&#30340; &#8220;&#25554;&#20214;&#8221; &#39029;&#38754;&#25214;&#21040;&#24182;&#21551;&#29992;&#20320;&#21018;&#21018;&#21019;&#24314;&#30340;&#33258;&#23450;&#20041;&#21151;&#33021;&#25554;&#20214;&#12290;<\/p>\n<h3>&#27493;&#39588; 4: &#27979;&#35797;&#32467;&#26524;<\/h3>\n<p>&#21047;&#26032;&#32593;&#31449;&#39029;&#38754;&#65292;&#20320;&#24212;&#35813;&#20250;&#30475;&#21040;&#19968;&#20010;&#20301;&#20110;&#20391;&#36793;&#26639;&#30340;&#21306;&#22495;&#65292;&#20854;&#20013;&#26174;&#31034;&#20102;&#25152;&#26377;&#35780;&#35770;&#32773;&#30340;&#29992;&#25143;&#21517;&#21644;&#35780;&#35770;&#26102;&#38388;&#12290;<\/p>\n<h3>&#25928;&#26524;&#35828;&#26126;<\/h3>\n<ul>\n<li>&#36825;&#20010;&#35299;&#20915;&#26041;&#26696;&#21033;&#29992;&#20102; WordPress &#30340;&#21160;&#24577;&#27169;&#26495;&#20989;&#25968;&#21644;&#33258;&#23450;&#20041;&#21151;&#33021;&#25554;&#20214;&#65292;&#23454;&#29616;&#20102;&#26681;&#25454;&#35780;&#35770;&#32773;&#30340;&#26368;&#26032;&#21457;&#34920;&#26102;&#38388;&#21644;&#35780;&#35770;&#32773;&#21517;&#31216;&#22312;&#20391;&#36793;&#26639;&#26174;&#31034;&#28909;&#38376;&#35780;&#35770;&#32773;&#12290;<\/li>\n<li>&#25968;&#25454;&#24211;&#20013;&#30340;&#35780;&#35770;&#32773;&#20449;&#24687;&#34987;&#29992;&#26469;&#25490;&#24207;&#21644;&#31579;&#36873;&#20986;&#26368;&#26032;&#30340;&#35780;&#35770;&#32773;&#65292;&#20174;&#32780;&#23637;&#31034;&#26368;&#21463;&#27426;&#36814;&#30340;&#29992;&#25143;&#12290;<\/li>\n<li>&#36890;&#36807; CSS &#26679;&#24335;&#32654;&#21270;&#20102;&#36755;&#20986;&#30340;&#20869;&#23481;&#65292;&#20351;&#20854;&#26356;&#21152;&#30452;&#35266;&#26131;&#35835;&#12290;<\/li>\n<\/ul>\n<p>&#24076;&#26395;&#36825;&#33021;&#24110;&#21161;&#20320;&#22312; WordPress &#20013;&#23454;&#29616;&#28909;&#38376;&#35780;&#35770;&#32773;&#21015;&#34920;&#30340;&#21151;&#33021;&#65281;&#22914;&#26524;&#26377;&#20219;&#20309;&#38382;&#39064;&#25110;&#38656;&#35201;&#36827;&#19968;&#27493;&#30340;&#24110;&#21161;&#65292;&#35831;&#38543;&#26102;&#25552;&#38382;&#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<h3>&#22914;&#20309;&#22312; WordPress &#20391;&#36793;&#26639;&#26174;&#31034;&#28909;&#38376;&#35780;&#35770;&#32773;<\/h3>\n<h4>&#30446;&#26631;&#35835;&#32773;<\/h4>\n<ul>\n<li>&#23545;&#20110;&#26377;&#32463;&#39564;&#30340; WordPress &#29992;&#25143;&#65292;&#29305;&#21035;&#26159;&#29087;&#24713;&#20027;&#39064;&#24320;&#21457;&#21644;&#25554;&#20214;&#20351;&#29992;&#30340;&#20154;&#12290;<\/li>\n<li>&#38656;&#35201;&#20102;&#35299;&#22914;&#20309;&#22312;&#32593;&#31449;&#19978;&#23637;&#31034;&#29992;&#25143;&#35780;&#20215;&#25110;&#35780;&#35770;&#21151;&#33021;&#12290;<\/li>\n<\/ul>\n<h4>&#25945;&#23398;&#30446;&#26631;<\/h4>\n<ol>\n<li>&#29087;&#24713; WordPress &#30340;&#35780;&#35770;&#31995;&#32479;<\/li>\n<li>&#20351;&#29992;&#33258;&#23450;&#20041;&#27169;&#26495;&#26469;&#23450;&#21046;&#35780;&#35770;&#21306;<\/li>\n<li>&#20351;&#29992;&#25554;&#20214;&#65288;&#22914; WP Comment Loops&#65289;&#26469;&#26174;&#31034;&#28909;&#38376;&#35780;&#35770;&#32773;<\/li>\n<\/ol>\n<h4>&#25945;&#23398;&#27493;&#39588;<\/h4>\n<h4>&#27493;&#39588; 1: &#35774;&#32622;&#35780;&#35770;&#24067;&#23616;<\/h4>\n<p>&#39318;&#20808;&#65292;&#25105;&#20204;&#38656;&#35201;&#21019;&#24314;&#19968;&#20010;&#35780;&#35770;&#21306;&#22495;&#24182;&#35774;&#32622;&#20854;&#26679;&#24335;&#12290;&#36825;&#36890;&#24120;&#26159;&#22312;&#20027;&#39064;&#25991;&#20214;&#22841;&#19979;&#30340; <code>functions.php<\/code> &#25991;&#20214;&#20013;&#23436;&#25104;&#30340;&#12290;<\/p>\n<pre><code class=\"language-php\">add_action('wp_head', 'my_custom_comment_style');\nfunction my_custom_comment_style() {\n    wp_add_inline_style( 'custom-style' , '@media screen and (max-width: 600px) { .comment{ margin-top: 5px; } }' );\n}<\/code><\/pre>\n<h4>&#27493;&#39588; 2: &#21019;&#24314;&#33258;&#23450;&#20041;&#27169;&#26495;<\/h4>\n<p>&#25509;&#19979;&#26469;&#65292;&#25105;&#20204;&#20026;&#35780;&#35770;&#21306;&#22495;&#21019;&#24314;&#19968;&#20010;&#26032;&#30340;&#27169;&#26495;&#25991;&#20214;&#65292;&#20363;&#22914; <code>single-comment.php<\/code> &#25110; <code>comments-template.php<\/code>&#12290;&#36825;&#20010;&#27169;&#26495;&#23558;&#21253;&#21547;&#25152;&#26377;&#30340;&#35780;&#35770;&#20449;&#24687;&#12290;<\/p>\n<pre><code class=\"language-php\">&lt;?php if ( have_comments() ) : ?&gt;\n    &lt;div id=\"respond\"&gt;\n        &lt;?php comments_template( '', true ); ?&gt;\n    &lt;\/div&gt;&lt;!-- #respond --&gt;\n&lt;?php endif; ?&gt;<\/code><\/pre>\n<h4>&#27493;&#39588; 3: &#20351;&#29992;&#25554;&#20214;&#26174;&#31034;&#28909;&#38376;&#35780;&#35770;&#32773;<\/h4>\n<p>&#25105;&#20204;&#21487;&#20197;&#20351;&#29992; WP Comment Loops &#25554;&#20214;&#26469;&#26174;&#31034;&#35780;&#35770;&#32773;&#30340;&#21517;&#23383;&#12289;&#22836;&#20687;&#20197;&#21450;&#20182;&#20204;&#26368;&#36817;&#21457;&#34920;&#30340;&#25991;&#31456;&#25968;&#37327;&#12290;&#39318;&#20808;&#65292;&#23433;&#35013;&#24182;&#28608;&#27963;&#35813;&#25554;&#20214;&#65306;<\/p>\n<pre><code class=\"language-bash\">wp plugin activate wp-comment-loops<\/code><\/pre>\n<p>&#28982;&#21518;&#65292;&#22312; <code>functions.php<\/code> &#20013;&#28155;&#21152;&#20197;&#19979;&#20195;&#30721;&#20197;&#21551;&#29992;&#25554;&#20214;&#30340;&#21151;&#33021;&#65306;<\/p>\n<pre><code class=\"language-php\">\/\/ Enable the WP Comment Loops feature.\nif ( ! function_exists( 'enable_wp_comment_loops' ) ) {\n    add_filter( 'comment_form_default_html', 'enable_wp_comment_loops' );\n}\n\nfunction enable_wp_comment_loops( $html ) {\n    global $post;\n\n    \/\/ Check for a loop-enabled post ID.\n    if ( isset( $_GET['comment'] ) &amp;&amp; ! empty( $post-&gt;ID ) &amp;&amp; is_singular() ) {\n\n        \/\/ Get all of the comment authors in the current post.\n        $authors = get_comment_authors();\n\n        \/\/ Loop through the comment authors and display them with their information.\n        foreach ( $authors as $author ) {\n            $avatar_url = get_avatar( $author, 48 );\n\n            \/\/ Display the author's name, avatar, and number of posts they've made.\n            $output .= '&lt;a href=\"' . esc_url( get_author_posts_url( $author-&gt;ID ) ) . '\"&gt;' .\n                       esc_html( $author-&gt;display_name ) . '&lt;\/a&gt;';\n            $output .= '&lt;img src=\"' . esc_attr( $avatar_url ) . '\" alt=\"\" \/&gt;';\n            $output .= '&lt;span class=\"num-posts\"&gt;' . get_count_posts( $author-&gt;ID ) . '&lt;\/span&gt;';\n\n            \/\/ Add a separator between authors.\n            $output .= \"n\";\n        }\n\n        return $html . '&lt;ul&gt;' . $output . '&lt;\/ul&gt;';\n    }\n\n    return $html;\n}<\/code><\/pre>\n<h4>&#27493;&#39588; 4: &#37197;&#32622; WordPress &#20027;&#39064;&#20197;&#26174;&#31034;&#35780;&#35770;&#32773;&#20449;&#24687;<\/h4>\n<p>&#20026;&#20102;&#30830;&#20445;&#26032;&#35774;&#35745;&#21487;&#20197;&#27491;&#24120;&#24037;&#20316;&#65292;&#38656;&#35201;&#23545; WordPress &#20027;&#39064;&#36827;&#34892;&#19968;&#20123;&#37197;&#32622;&#35843;&#25972;&#12290;<\/p>\n<ol>\n<li>\n<p><strong>&#20462;&#25913; <code>functions.php<\/code><\/strong>&#65306;<\/p>\n<ul>\n<li>&#28155;&#21152;&#20197;&#19979;&#20195;&#30721;&#21040;&#20027;&#39064;&#30340; <code>functions.php<\/code> &#25991;&#20214;&#20013;&#65306;\n<pre><code class=\"language-php\">function custom_css() {\n wp_enqueue_style( 'theme-style', get_stylesheet_uri(), array(), filemtime(get_stylesheet_directory_uri() . '\/style.css') );\n}<\/code><\/pre>\n<p>&#36825;&#23558;&#22312;&#27599;&#20010;&#39029;&#38754;&#21152;&#36733;&#26102;&#25191;&#34892;&#27492;&#20989;&#25968;&#65292;&#24182;&#21160;&#24577;&#22320;&#24212;&#29992; CSS &#26679;&#24335;&#12290;<\/p><\/li>\n<\/ul>\n<\/li>\n<li>\n<p><strong>&#20462;&#25913; <code>.css<\/code> &#25991;&#20214;<\/strong>&#65306;<\/p>\n<ul>\n<li>&#22312;&#20027;&#39064;&#30340; <code>&lt;body&gt;<\/code> &#26631;&#31614;&#20869;&#28155;&#21152;&#20197;&#19979;&#20195;&#30721;&#65306;\n<pre><code class=\"language-css\">\/* Show comment author names *\/\n.comment-author {\nfont-size: 14px;\n}<\/code><\/pre><\/li>\n<\/ul>\n<p>&#36825;&#20123;&#26356;&#25913;&#20250;&#20351;&#24471;&#35780;&#35770;&#21306;&#22495;&#20013;&#30340;&#20316;&#32773;&#22995;&#21517;&#23383;&#20307;&#22823;&#23567;&#21464;&#20026;14&#20687;&#32032;&#65292;&#20197;&#20415;&#26356;&#23481;&#26131;&#38405;&#35835;&#12290;<\/p>\n<\/li>\n<\/ol>\n<p>&#36890;&#36807;&#20197;&#19978;&#27493;&#39588;&#65292;&#24744;&#29616;&#22312;&#24212;&#35813;&#21487;&#20197;&#22312; WordPress &#20391;&#36793;&#26639;&#30475;&#21040;&#26174;&#31034;&#28909;&#38376;&#35780;&#35770;&#32773;&#30340;&#21151;&#33021;&#20102;&#12290;<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Bug&#32534;&#35793;&#29422; &#35201;&#22312; WordPress &#20391;&#36793;&#26639;&#26174;&#31034;&#28909;&#38376;&#35780;&#35770;&#32773;&#65292;&#20320;&#21487;&#038;..<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[2107,2106],"tuisongtax":[],"class_list":["post-3731","post","type-post","status-publish","format-standard","hentry","category-wpdt","tag-cjyy","tag-cjzn"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/posts\/3731","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=3731"}],"version-history":[{"count":0,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/posts\/3731\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/media?parent=3731"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/categories?post=3731"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/tags?post=3731"},{"taxonomy":"tuisongtax","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/tuisongtax?post=3731"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}