{"id":1903,"date":"2025-06-10T17:34:28","date_gmt":"2025-06-10T09:34:28","guid":{"rendered":"https:\/\/www.zhaozhao123.cn\/wpcms\/wpdt\/1903.html"},"modified":"2025-06-10T17:34:28","modified_gmt":"2025-06-10T09:34:28","slug":"%e5%a6%82%e4%bd%95%e4%b8%ba%e4%bd%a0%e7%9a%84wordpress%e7%bd%91%e7%ab%99%e6%b7%bb%e5%8a%a0%e8%87%aa%e5%ae%9a%e4%b9%89%e4%bd%9c%e8%80%85%e7%ae%80%e4%bb%8b%e9%a1%b5%e9%9d%a2","status":"publish","type":"post","link":"https:\/\/www.zhaozhao123.cn\/wpcms\/post\/1903.html","title":{"rendered":"\u5982\u4f55\u4e3a\u4f60\u7684WordPress\u7f51\u7ad9\u6dfb\u52a0\u81ea\u5b9a\u4e49\u4f5c\u8005\u7b80\u4ecb\u9875\u9762"},"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>&#20026;&#20102;&#20026;&#24744;&#30340;WordPress&#32593;&#31449;&#21019;&#24314;&#19968;&#20010;&#33258;&#23450;&#20041;&#30340;&#20316;&#32773;&#31616;&#20171;&#39029;&#38754;&#65292;&#24744;&#39318;&#20808;&#38656;&#35201;&#20102;&#35299;&#19968;&#20123;&#22522;&#26412;&#27010;&#24565;&#21644;&#25805;&#20316;&#27493;&#39588;&#12290;&#19979;&#38754;&#25105;&#23558;&#35814;&#32454;&#20171;&#32461;&#36825;&#20010;&#36807;&#31243;&#65292;&#24182;&#25552;&#20379;&#19968;&#20010;&#31616;&#21333;&#30340;&#31034;&#20363;&#20195;&#30721;&#26469;&#24110;&#21161;&#24744;&#23454;&#29616;&#36825;&#19968;&#30446;&#26631;&#12290;<\/p>\n<h3>&#27493;&#39588; 1: &#21019;&#24314;&#33258;&#23450;&#20041;&#21151;&#33021;<\/h3>\n<p>&#39318;&#20808;&#65292;&#25105;&#20204;&#38656;&#35201;&#21019;&#24314;&#19968;&#20010;&#33258;&#23450;&#20041;&#21151;&#33021;&#25554;&#20214;&#12290;&#36825;&#19968;&#27493;&#36890;&#24120;&#30001;&#24320;&#21457;&#32773;&#23436;&#25104;&#65292;&#20294;&#22914;&#26524;&#24744;&#29087;&#24713;PHP&#25110;&#26377;&#32534;&#31243;&#22522;&#30784;&#65292;&#20063;&#21487;&#20197;&#33258;&#24049;&#32534;&#20889;&#12290;<\/p>\n<h4>&#31034;&#20363;&#20195;&#30721;&#65306;<\/h4>\n<pre><code class=\"language-php\">&lt;?php\n\/\/ &#33258;&#23450;&#20041;&#20989;&#25968;&#25991;&#20214;&#21517;&#65306;custom_author.php\nfunction custom_author_page() {\n    \/\/ &#26816;&#26597;&#29992;&#25143;&#26159;&#21542;&#24050;&#30331;&#24405;\n    if (!is_user_logged_in()) {\n        wp_redirect(home_url());\n        exit;\n    }\n\n    \/\/ &#33719;&#21462;&#24403;&#21069;&#29992;&#25143;&#30340;ID\n    $current_user = wp_get_current_user();\n    $author_id = $current_user-&gt;ID;\n\n    \/\/ &#26681;&#25454;&#29992;&#25143;ID&#33719;&#21462;&#30456;&#20851;&#25968;&#25454;&#65288;&#20363;&#22914;&#65292;&#29992;&#25143;&#22995;&#21517;&#12289;&#22836;&#20687;&#31561;&#65289;\n    $author_data = get_userdata($author_id);\n\n    \/\/ &#20551;&#35774;&#25105;&#20204;&#26377;&#19968;&#20010;&#27169;&#26495;&#25991;&#20214;&#29992;&#20110;&#26174;&#31034;&#20316;&#32773;&#31616;&#20171;\n    include(TEMPLATEPATH . '\/custom_author_template.php');\n}\nadd_action('template_include', 'custom_author_page');\n\n\/\/ &#22312;&#29305;&#23450;&#20301;&#32622;&#28155;&#21152;&#21040;&#20027;&#39064;&#20013;\nif (is_front_page() || is_home()) {\n    add_filter('the_content', 'custom_author_content');\n}\n\nfunction custom_author_content($content) {\n    global $post;\n    \/\/ &#36825;&#37324;&#21487;&#20197;&#26681;&#25454;&#38656;&#35201;&#25554;&#20837;&#20855;&#20307;&#30340;HTML&#32467;&#26500;&#65292;&#27604;&#22914;&#22836;&#37096;&#20449;&#24687;&#12289;&#20010;&#20154;&#31616;&#20171;&#25991;&#26412;&#31561;\n    return '&lt;div class=\"author-profile\"&gt;' . $content . '&lt;\/div&gt;';\n}\n?&gt;<\/code><\/pre>\n<h3>&#27493;&#39588; 2: &#32534;&#36753;&#27169;&#26495;&#25991;&#20214;<\/h3>\n<p>&#25509;&#19979;&#26469;&#65292;&#20320;&#38656;&#35201;&#32534;&#36753;&#20027;&#39064;&#20013;&#30340;&#27169;&#26495;&#25991;&#20214;&#20197;&#23884;&#20837;&#33258;&#23450;&#20041;&#20316;&#32773;&#31616;&#20171;&#30340;&#20869;&#23481;&#12290;&#22312;&#36825;&#20010;&#20363;&#23376;&#20013;&#65292;&#25105;&#20204;&#23558;&#21019;&#24314;&#19968;&#20010;&#21517;&#20026;<code>custom_author_template.php<\/code>&#30340;&#26032;&#25991;&#20214;&#65292;&#24182;&#23558;&#20854;&#25918;&#22312;&#20027;&#39064;&#30446;&#24405;&#19979;&#30340;<code>templates<\/code>&#23376;&#30446;&#24405;&#19979;&#12290;<\/p>\n<h4>&#31034;&#20363;&#27169;&#26495;&#25991;&#20214;&#65306;<\/h4>\n<pre><code class=\"language-php\">&lt;div class=\"author-profile\"&gt;\n    &lt;h3&gt;&lt;?php echo esc_html($author_data-&gt;display_name); ?&gt;&lt;\/h3&gt;\n    &lt;img src=\"&lt;?php echo esc_url($author_data-&gt;avatar); ?&gt;\" alt=\"&lt;?php echo esc_attr($author_data-&gt;display_name); ?&gt;\"&gt;\n    &lt;?php the_content(); ?&gt;\n&lt;\/div&gt;<\/code><\/pre>\n<h3>&#27493;&#39588; 3: &#28155;&#21152;&#26679;&#24335;<\/h3>\n<p>&#20026;&#20102;&#35753;&#33258;&#23450;&#20041;&#20316;&#32773;&#31616;&#20171;&#30475;&#36215;&#26469;&#26356;&#32654;&#35266;&#65292;&#20320;&#21487;&#20197;&#36890;&#36807;CSS&#26679;&#24335;&#23545;&#20854;&#36827;&#34892;&#32654;&#21270;&#12290;<\/p>\n<h4>&#31034;&#20363;CSS&#65306;<\/h4>\n<pre><code class=\"language-css\">.author-profile {\n    padding: 20px;\n    border: 1px solid #ccc;\n    background-color: #f9f9f9;\n    margin-bottom: 20px;\n}\n\n.author-profile h3 {\n    font-size: 1.5em;\n    color: #333;\n}\n\n.author-profile img {\n    width: 100px; \/* &#25110;&#32773;&#26681;&#25454;&#23454;&#38469;&#38656;&#27714;&#35843;&#25972;&#22823;&#23567; *\/\n    border-radius: 50%;\n    float: left;\n    margin-right: 20px;\n}<\/code><\/pre>\n<h3>&#27493;&#39588; 4: &#27979;&#35797;&#19982;&#37096;&#32626;<\/h3>\n<p>&#26368;&#21518;&#65292;&#27979;&#35797;&#24744;&#30340;&#26032;&#20316;&#32773;&#31616;&#20171;&#39029;&#38754;&#30830;&#20445;&#19968;&#20999;&#27491;&#24120;&#24037;&#20316;&#12290;&#24744;&#21487;&#20197;&#25163;&#21160;&#35775;&#38382;URL&#24182;&#26816;&#26597;&#26159;&#21542;&#26377;&#20219;&#20309;&#38169;&#35823;&#12290;&#22914;&#26524;&#19968;&#20999;&#39034;&#21033;&#65292;&#23601;&#21487;&#20197;&#23558;&#27492;&#21151;&#33021;&#21457;&#24067;&#21040;&#24744;&#30340;&#29983;&#20135;&#29615;&#22659;&#20102;&#12290;<\/p>\n<p>&#20197;&#19978;&#23601;&#26159;&#20026;&#24744;&#30340;WordPress&#32593;&#31449;&#28155;&#21152;&#33258;&#23450;&#20041;&#20316;&#32773;&#31616;&#20171;&#39029;&#38754;&#30340;&#22522;&#26412;&#27493;&#39588;&#21644;&#31034;&#20363;&#20195;&#30721;&#12290;&#24076;&#26395;&#36825;&#20123;&#20449;&#24687;&#23545;&#24744;&#26377;&#25152;&#24110;&#21161;&#65281;&#22914;&#26524;&#26377;&#26356;&#22810;&#38382;&#39064;&#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;&#20026;&#20320;&#30340;WordPress&#32593;&#31449;&#28155;&#21152;&#33258;&#23450;&#20041;&#20316;&#32773;&#31616;&#20171;&#39029;&#38754;<\/h3>\n<p><strong>&#32972;&#26223;&#30693;&#35782;<\/strong><\/p>\n<ul>\n<li>WordPress&#26159;&#19968;&#20010;&#38750;&#24120;&#27969;&#34892;&#30340;&#24320;&#28304;CMS&#65288;&#20869;&#23481;&#31649;&#29702;&#31995;&#32479;&#65289;&#65292;&#29992;&#20110;&#21019;&#24314;&#21644;&#31649;&#29702;&#21160;&#24577;&#32593;&#31449;&#12290;<\/li>\n<li>&#33258;&#23450;&#20041;&#20316;&#32773;&#31616;&#20171;&#39029;&#38754;&#20801;&#35768;&#29992;&#25143;&#22312;&#20182;&#20204;&#30340;&#20010;&#20154;&#36164;&#26009;&#39029;&#19978;&#23637;&#31034;&#20182;&#20204;&#24819;&#35201;&#20998;&#20139;&#30340;&#20869;&#23481;&#12290;<\/li>\n<\/ul>\n<h3>&#27493;&#39588;1: &#23433;&#35013;&#24182;&#35774;&#32622;WordPress<\/h3>\n<p>&#39318;&#20808;&#65292;&#22312;&#24744;&#30340;Web&#26381;&#21153;&#22120;&#19978;&#23433;&#35013;WordPress&#12290;&#35775;&#38382; <a href=\"https:\/\/www.zhaozhao123.cn\/skin\/go?url=aHR0cHM6Ly93b3JkcHJlc3Mub3JnLw==\" rel=\"noopener noreferrer nofollow\">https:\/\/wordpress.org\/<\/a> &#24182;&#19979;&#36733;&#26368;&#26032;&#29256;&#26412;&#30340;WordPress&#12290;&#28982;&#21518;&#25353;&#29031;&#25351;&#31034;&#23436;&#25104;&#23433;&#35013;&#36807;&#31243;&#12290;<\/p>\n<p><strong>&#27493;&#39588;2: &#21019;&#24314;&#26032;&#20027;&#39064;&#25110;&#20351;&#29992;&#29616;&#26377;&#20027;&#39064;<\/strong><\/p>\n<ul>\n<li><strong>&#36873;&#25321;&#19968;&#20010;&#20027;&#39064;<\/strong>: &#22312;WordPress&#21518;&#21488;&#25214;&#21040;&ldquo;&#22806;&#35266;&rdquo;&#33756;&#21333;&#65292;&#28982;&#21518;&#36873;&#25321;&ldquo;&#26032;&#24314;&#20027;&#39064;&rdquo;&#26469;&#21019;&#24314;&#19968;&#20010;&#26032;&#30340;&#20027;&#39064;&#12290;<\/li>\n<li><strong>&#32534;&#36753;&#20027;&#39064;&#25991;&#20214;<\/strong>: &#36827;&#20837;&#20320;&#30340;&#20027;&#39064;&#25991;&#20214;&#22841;&#65292;&#25171;&#24320;<code>functions.php<\/code>&#25110;&#32773;<code>functions.php.bak<\/code>&#25991;&#20214;&#65292;&#36825;&#20010;&#25991;&#20214;&#36890;&#24120;&#20301;&#20110;<code>wp-content\/themes\/your-theme\/<\/code>&#30446;&#24405;&#19979;&#12290;&#36825;&#37324;&#21487;&#20197;&#25554;&#20837;&#19968;&#20123;&#33258;&#23450;&#20041;&#20195;&#30721;&#20197;&#23454;&#29616;&#29305;&#23450;&#21151;&#33021;&#12290;<\/li>\n<li>\n<p><strong>&#33258;&#23450;&#20041;&#20195;&#30721;<\/strong>: &#20197;&#19979;&#26159;&#19968;&#20123;&#22522;&#26412;&#30340;&#20363;&#23376;&#65306;<\/p>\n<pre><code class=\"language-php\">\/\/ Add a custom author description to the user profile page.\nfunction add_author_description() {\n    $args = array(\n        'post_type' =&gt; 'author',\n        'posts_per_page' =&gt; -1,\n        'order' =&gt; 'ASC',\n        'orderby' =&gt; 'meta_value_num',\n        'meta_key' =&gt; '_description'\n    );\n    $users = get_users($args);\n    if ($users) {\n        foreach ($users as $user) {\n            $author_id = $user-&gt;ID;\n            $description = get_user_meta($author_id, '_description', true);\n            if (is_array($description)) {\n                echo '&lt;div class=\"author-description\"&gt;';\n                echo '&lt;span&gt;' . esc_html($description[0]) . '&lt;\/span&gt;';\n                echo '&lt;\/div&gt;';\n            }\n        }\n    }\n}\n\nadd_action('init', 'add_author_description');<\/code><\/pre>\n<p><strong>&#35299;&#37322;<\/strong>: &#36825;&#27573;&#20195;&#30721;&#23558;&#25552;&#21462;&#27599;&#20010;&#29992;&#25143;&#30340;&#25551;&#36848;&#20449;&#24687;&#65292;&#24182;&#23558;&#20854;&#26174;&#31034;&#22312;&#19968;&#20010;&#21253;&#21547;&#29992;&#25143;&#21517;&#31216;&#30340; <code>&lt;span&gt;<\/code> &#26631;&#31614;&#20869;&#12290;<\/p>\n<\/li>\n<\/ul>\n<p><strong>&#27493;&#39588;3: &#35774;&#32622;&#40664;&#35748;&#20540;<\/strong><\/p>\n<ul>\n<li>&#20351;&#29992;<code>get_user_meta()<\/code>&#20989;&#25968;&#33719;&#21462;&#29992;&#25143;&#33258;&#23450;&#20041;&#23383;&#27573;&#65292;&#22914;<code>_description<\/code>&#12290;<\/li>\n<li>&#23558;&#36825;&#20123;&#20449;&#24687;&#20445;&#23384;&#21040;&#29992;&#25143;&#33258;&#23450;&#20041;&#23383;&#27573;&#20013;&#65292;&#20197;&#20415;&#21518;&#32493;&#20351;&#29992;&#12290;<\/li>\n<\/ul>\n<p><strong>&#27493;&#39588;4: &#26816;&#26597;&#24182;&#27979;&#35797;<\/strong><\/p>\n<ul>\n<li>&#30830;&#20445;&#20195;&#30721;&#27491;&#30830;&#36816;&#34892;&#65292;&#26816;&#26597;&#26159;&#21542;&#26377;&#20219;&#20309;&#38169;&#35823;&#28040;&#24687;&#12290;<\/li>\n<li>&#27979;&#35797;&#33258;&#23450;&#20041;&#20316;&#32773;&#31616;&#20171;&#39029;&#38754;&#26159;&#21542;&#25353;&#39044;&#26399;&#24037;&#20316;&#12290;<\/li>\n<\/ul>\n<h3>&#31034;&#20363;&#20195;&#30721;&#28436;&#31034;<\/h3>\n<h4>&#31034;&#20363;&#20195;&#30721;&#65306;&#28155;&#21152;&#33258;&#23450;&#20041;&#25551;&#36848;<\/h4>\n<pre><code class=\"language-html\">&lt;div id=\"author-profile\"&gt;\n    &lt;?php if (!empty($_GET['id'])) : ?&gt;\n        &lt;h2&gt;&lt;?php printf(esc_html__('Author %s', 'your_theme'), $_GET['id']); ?&gt;&lt;\/h2&gt;\n    &lt;?php endif; ?&gt;\n    &lt;p&gt;&lt;?php echo esc_html(get_the_author_meta('_description', $_GET['id'] ?? '')); ?&gt;&lt;\/p&gt;\n&lt;\/div&gt;<\/code><\/pre>\n<p><strong>&#35299;&#37322;<\/strong>: &#36825;&#20010;&#31034;&#20363;&#20195;&#30721;&#20174;&#24403;&#21069;URL&#21442;&#25968;&#20013;&#26816;&#32034;&#20316;&#32773;ID&#65292;&#24182;&#26681;&#25454;&#35813;ID&#26597;&#35810;&#29992;&#25143;&#33258;&#23450;&#20041;&#23383;&#27573;&#20013;&#30340;&#25551;&#36848;&#20449;&#24687;&#12290;<\/p>\n<h4>&#31034;&#20363;&#20195;&#30721;&#65306;&#33258;&#23450;&#20041;&#25490;&#24207;<\/h4>\n<pre><code class=\"language-php\">\/\/ Sort posts by author's name\nfunction sort_posts_by_author_name($query) {\n    if ($query-&gt;is_main_query()) {\n        $orderby = 'name';\n        $order = 'asc';\n        $query-&gt;set('orderby', $orderby)-&gt;set('order', $order);\n    }\n}\nadd_filter('pre_get_posts', 'sort_posts_by_author_name');<\/code><\/pre>\n<p><strong>&#35299;&#37322;<\/strong>: &#36825;&#27573;&#20195;&#30721;&#36890;&#36807;&#36807;&#28388;&#22120;&#22312;&#33719;&#21462;&#21338;&#23458;&#25991;&#31456;&#26102;&#23545;&#32467;&#26524;&#36827;&#34892;&#25490;&#24207;&#65292;&#26681;&#25454;&#20316;&#32773;&#22995;&#21517;&#36827;&#34892;&#21319;&#24207;&#25490;&#21015;&#12290;<\/p>\n<h3>&#24635;&#32467;<\/h3>\n<p>&#36890;&#36807;&#20197;&#19978;&#27493;&#39588;&#65292;&#24744;&#21487;&#20197;&#25104;&#21151;&#22320;&#20026;WordPress&#32593;&#31449;&#28155;&#21152;&#33258;&#23450;&#20041;&#20316;&#32773;&#31616;&#20171;&#39029;&#38754;&#65292;&#36825;&#23558;&#24110;&#21161;&#24744;&#26356;&#22909;&#22320;&#21521;&#35775;&#23458;&#20171;&#32461;&#33258;&#24049;&#21644;&#20854;&#20182;&#20316;&#32773;&#12290;&#23454;&#36341;&#35777;&#26126;&#65292;&#36825;&#31181;&#20010;&#24615;&#21270;&#35774;&#35745;&#33021;&#22815;&#25552;&#21319;&#29992;&#25143;&#20307;&#39564;&#65292;&#22686;&#24378;&#21697;&#29260;&#24418;&#35937;&#12290;<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Bug&#32534;&#35793;&#29422; &#20026;&#20102;&#20026;&#24744;&#30340;WordPress&#32593;&#31449;&#21019;&#24314;&#19968;&#20010;&#33258;&#23450;&#20041;&#30340;&#038;#2..<\/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":[52,53],"tuisongtax":[],"class_list":["post-1903","post","type-post","status-publish","format-standard","hentry","category-wpdt","tag-ztjc","tag-ztmbpzjc"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/posts\/1903","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=1903"}],"version-history":[{"count":0,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/posts\/1903\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/media?parent=1903"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/categories?post=1903"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/tags?post=1903"},{"taxonomy":"tuisongtax","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/tuisongtax?post=1903"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}