{"id":2003,"date":"2025-06-10T19:46:12","date_gmt":"2025-06-10T11:46:12","guid":{"rendered":"https:\/\/www.zhaozhao123.cn\/wpcms\/wpdt\/2003.html"},"modified":"2025-06-10T19:46:12","modified_gmt":"2025-06-10T11:46:12","slug":"%e5%a6%82%e4%bd%95%e4%bb%8ewordpress%e8%87%aa%e5%8a%a8%e5%8f%91%e5%b8%83%e5%88%b0threads","status":"publish","type":"post","link":"https:\/\/www.zhaozhao123.cn\/wpcms\/post\/2003.html","title":{"rendered":"\u5982\u4f55\u4eceWordPress\u81ea\u52a8\u53d1\u5e03\u5230Threads"},"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;&#23454;&#29616;WordPress&#33258;&#21160;&#21457;&#24067;&#21040;Threads&#65292;&#20320;&#38656;&#35201;&#36981;&#24490;&#20197;&#19979;&#27493;&#39588;&#65306;<\/p>\n<h3>&#27493;&#39588;1&#65306;&#23433;&#35013;&#21644;&#37197;&#32622;WordPress&#25554;&#20214;<\/h3>\n<p>&#39318;&#20808;&#65292;&#30830;&#20445;&#20320;&#30340;WordPress&#32593;&#31449;&#24050;&#32463;&#23433;&#35013;&#20102;<code>Threads<\/code>&#25554;&#20214;&#12290;&#22914;&#26524;&#27809;&#26377;&#65292;&#35831;&#35775;&#38382;WordPress&#23448;&#26041;&#32593;&#31449;&#19979;&#36733;&#24182;&#23433;&#35013;&#35813;&#25554;&#20214;&#12290;<\/p>\n<h4>&#31034;&#20363;&#20195;&#30721;&#65306;<\/h4>\n<pre><code class=\"language-php\">\/\/ &#23433;&#35013;Threads&#25554;&#20214;&#30340;PHP&#20195;&#30721;&#22914;&#19979;&#65306;\nfunction install_threads_plugin() {\n    $url = plugins_url('threads\/threads.php', __FILE__);\n    wp_register_script('install-threads', $url, array(), null, true);\n    wp_enqueue_script('install-threads');\n}\nadd_action('admin_init', 'install_threads_plugin');\n\n\/\/ &#25554;&#20214;&#28608;&#27963;&#21518;&#30340;&#22238;&#35843;&#20989;&#25968;\nfunction threads_plugin_activation() {\n    \/\/ &#36825;&#37324;&#21487;&#20197;&#28155;&#21152;&#28608;&#27963;&#26102;&#30340;&#33258;&#23450;&#20041;&#36923;&#36753;\n}\nregister_activation_hook(__FILE__, 'threads_plugin_activation');<\/code><\/pre>\n<h3>&#27493;&#39588;2&#65306;&#35774;&#32622;Threads&#21457;&#24067;&#36873;&#39033;<\/h3>\n<p>&#30331;&#24405;&#21518;&#21488;&#65292;&#36827;&#20837;&ldquo;&#31649;&#29702; &gt; &#36873;&#39033;&rdquo;&#33756;&#21333;&#65292;&#25214;&#21040;&ldquo;Threads&rdquo;&#36873;&#39033;&#21345;&#65292;&#26681;&#25454;&#20320;&#30340;&#38656;&#27714;&#35843;&#25972;&#21457;&#24067;&#36873;&#39033;&#12290;&#20363;&#22914;&#65292;&#20320;&#21487;&#20197;&#36873;&#25321;&#26159;&#21542;&#20801;&#35768;&#29992;&#25143;&#19978;&#20256;&#22270;&#29255;&#12289;&#38480;&#21046;&#24086;&#23376;&#31867;&#22411;&#31561;&#12290;<\/p>\n<h3>&#27493;&#39588;3&#65306;&#21019;&#24314;&#33258;&#21160;&#21270;&#33050;&#26412;&#65288;&#21487;&#36873;&#65289;<\/h3>\n<p>&#22914;&#26524;&#20320;&#24076;&#26395;&#26356;&#31934;&#32454;&#22320;&#25511;&#21046;&#24086;&#23376;&#30340;&#21457;&#24067;&#36807;&#31243;&#65292;&#27604;&#22914;&#23450;&#26102;&#25110;&#26465;&#20214;&#35302;&#21457;&#30340;&#33258;&#21160;&#21457;&#24067;&#65292;&#21487;&#20197;&#32771;&#34385;&#32534;&#20889;&#19968;&#20010;&#33258;&#21160;&#21270;&#33050;&#26412;&#12290;&#36825;&#36890;&#24120;&#28041;&#21450;&#20351;&#29992;PHP&#25110;&#32773;Shell&#21629;&#20196;&#26469;&#25191;&#34892;WordPress&#30340;API&#35843;&#29992;&#12290;<\/p>\n<h4>&#31034;&#20363;&#20195;&#30721;&#65288;&#20351;&#29992;WP-API&#65289;&#65306;<\/h4>\n<pre><code class=\"language-bash\"># &#20551;&#35774;&#20320;&#30340;Threads API&#31471;&#28857;&#26159;https:\/\/your-threadssite.com\/wp-json\/twentytwenty-one\/v1\/posts\ncurl -X POST https:\/\/your-threadssite.com\/wp-json\/twentytwenty-one\/v1\/posts \n     --header \"Content-Type: application\/json\" \n     --data '{\"title\":\"Your Post Title\",\"content\":\"Your post content here\"}'<\/code><\/pre>\n<p>&#27880;&#24847;&#65306;&#36825;&#27573;&#20195;&#30721;&#38656;&#35201;&#22312;&#20320;&#30340;&#26381;&#21153;&#22120;&#19978;&#36816;&#34892;&#65292;&#32780;&#19988;&#20320;&#38656;&#35201;&#26367;&#25442;<code>your-threadssite.com<\/code>&#20026;&#20320;&#30340;&#23454;&#38469;URL&#12290;<\/p>\n<h3>&#27493;&#39588;4&#65306;&#27979;&#35797;&#21644;&#20248;&#21270;<\/h3>\n<p>&#23436;&#25104;&#19978;&#36848;&#27493;&#39588;&#21518;&#65292;&#25171;&#24320;WordPress&#32534;&#36753;&#22120;&#65292;&#23581;&#35797;&#21457;&#24067;&#19968;&#20010;&#24086;&#23376;&#20197;&#39564;&#35777;&#27969;&#31243;&#26159;&#21542;&#25353;&#39044;&#26399;&#24037;&#20316;&#12290;&#22914;&#26524;&#19968;&#20999;&#27491;&#24120;&#65292;&#20320;&#24212;&#35813;&#33021;&#22815;&#22312;&#25351;&#23450;&#30340;&#26102;&#38388;&#25110;&#26465;&#20214;&#19979;&#30475;&#21040;&#26032;&#21457;&#24067;&#30340;&#24086;&#23376;&#12290;<\/p>\n<p>&#36890;&#36807;&#20197;&#19978;&#27493;&#39588;&#65292;&#20320;&#21487;&#20197;&#26377;&#25928;&#22320;&#23558;WordPress&#20013;&#30340;&#20869;&#23481;&#33258;&#21160;&#21457;&#24067;&#21040;Threads&#24179;&#21488;&#12290;&#36825;&#20010;&#36807;&#31243;&#20381;&#36182;&#20110;&#36866;&#24403;&#30340;&#25554;&#20214;&#25903;&#25345;&#21644;&#21487;&#33021;&#30340;&#33050;&#26412;&#36741;&#21161;&#65292;&#20855;&#20307;&#23454;&#26045;&#32454;&#33410;&#20250;&#22240;&#20320;&#30340;&#29615;&#22659;&#21644;&#38656;&#27714;&#32780;&#24322;&#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;&#23558;WordPress&#32593;&#31449;&#19978;&#30340;&#25991;&#31456;&#25110;&#39029;&#38754;&#33258;&#21160;&#21457;&#24067;&#21040;Threads&#24179;&#21488;&#65292;&#35831;&#36981;&#24490;&#20197;&#19979;&#27493;&#39588;&#65306;<\/p>\n<ol>\n<li>&#21019;&#24314;&#19968;&#20010;WordPress&#20027;&#39064;&#24182;&#23433;&#35013;&#23427;&#12290;<\/li>\n<li>&#22312;&#24744;&#30340;WordPress&#20027;&#39064;&#20013;&#21019;&#24314;&#19968;&#20010;&#26032;&#30340;&#25991;&#20214;&#22841;&#65292;&#20363;&#22914;&#8221;Posts&#8221;&#12290;<\/li>\n<li>&#22312;&#8221;Posts&#8221;&#25991;&#20214;&#22841;&#19979;&#28155;&#21152;&#19968;&#20010;&#21517;&#20026;&#8221;wp-content\/plugins\/wordpress-to-threads.php&#8221;&#30340;&#26032;&#25991;&#20214;&#12290;<\/li>\n<li>&#23558;&#20197;&#19979;&#20195;&#30721;&#22797;&#21046;&#31896;&#36148;&#21040;&#26032;&#25991;&#20214;&#20013;&#65306;\n<pre><code class=\"language-php\">\n&lt;?php\n\/**\n* WordPress to Threads plugin.\n*\n* @package WordPress_to_Threads\n*\/<\/code><\/pre><\/li>\n<\/ol>\n<p>\/\/ Add support for WPML and Multilingual sites\nadd_theme_support( &#8216;post-thumbnails&#8217; );<\/p>\n<p>\/\/ Register our custom post type for WordPress To Threads\nregister_post_type(\n&#8216;threads_posts&#8217;,\narray(\n&#8216;labels&#8217; =&gt; array(\n&#8216;name&#8217;               =&gt; <strong>( &#8216;Threads Posts&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;singular_name&#8217;      =&gt; __( &#8216;Thread Post&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;menu_position&#8217;      =&gt; 5,\n&#8216;parent_item_colon&#8217;  =&gt; <\/strong>( &#8216;Parent Thread:&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;all_items&#8217;          =&gt; <strong>( &#8216;All Threads&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;add_new_item&#8217;       =&gt; <\/strong>( &#8216;Add New Thread&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;add_new&#8217;            =&gt; <strong>( &#8216;Add New&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;new_item&#8217;           =&gt; __( &#8216;New Thread&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;edit_item&#8217;          =&gt; <\/strong>( &#8216;Edit Thread&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;update_item&#8217;        =&gt; <strong>( &#8216;Update Thread&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;view_item&#8217;          =&gt; __( &#8216;View Thread&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;search_items&#8217;       =&gt; <\/strong>( &#8216;Search Threads&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;not_found&#8217;          =&gt; __( &#8216;No threads found.&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;not_found_in_trash&#8217; =&gt; __( &#8216;No threads found in Trash.&#8217;, &#8216;your-plugin-name&#8217; ),\n),\n&#8216;publicly_queryable&#8217;   =&gt; true,\n&#8216;show_ui&#8217;             =&gt; true,\n&#8216;query_var&#8217;           =&gt; true,\n&#8216;rewrite&#8217;             =&gt; array( &#8216;slug&#8217; =&gt; &#8216;threads&#8217; ),\n&#8216;capability_type&#8217;     =&gt; &#8216;thread&#8217;,\n&#8216;has_archive&#8217;         =&gt; false,\n&#8216;hierarchical&#8217;        =&gt; false,\n&#8216;menu_position&#8217;       =&gt; 6,\n&#8216;supports&#8217;            =&gt; array( &#8216;title&#8217;, &#8216;editor&#8217;, &#8216;thumbnail&#8217;, &#8216;revisions&#8217;, &#8216;custom-fields&#8217; ),\n&#8216;taxonomies&#8217;          =&gt; array(),\n&#8216;map_meta_cap&#8217;        =&gt; true,\n&#8216;rewrite&#8217;             =&gt; array( &#8216;with_front&#8217; =&gt; false, &#8216;feeds&#8217; =&gt; true ),\n)\n);<\/p>\n<p>\/\/ Register the custom taxonomy\nregister_taxonomy(\n&#8216;threads_categories&#8217;,\n&#8216;threads_posts&#8217;,\narray(\n&#8216;label&#8217;               =&gt; <strong>( &#8216;Category&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;labels&#8217;              =&gt; array(\n&#8216;name&#8217;                 =&gt; <\/strong>( &#8216;Categories&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;singular_name&#8217;       =&gt; <strong>( &#8216;Category&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;search_items&#8217;        =&gt; __( &#8216;Search Categories&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;popular_items&#8217;       =&gt; <\/strong>( &#8216;Popular Categories&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;all_items&#8217;           =&gt; <strong>( &#8216;All Categories&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;parent_item&#8217;         =&gt; <strong>( &#8216;Parent Category&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;parent_item_colon&#8217;   =&gt; <\/strong>( &#8216;Parent Category:&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;edit_item&#8217;           =&gt; <\/strong>( &#8216;Edit Category&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;update_item&#8217;         =&gt; <strong>( &#8216;Update Category&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;add_new_item&#8217;        =&gt; <\/strong>( &#8216;Add New Category&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;new_item_name&#8217;       =&gt; <strong>( &#8216;New Category Name&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;separate_items_with_commas&#8217; =&gt; __( &#8216;Separate categories with commas&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;add_or_remove_items&#8217; =&gt; <\/strong>( &#8216;Add or remove categories from a thread&#8217;, &#8216;your-plugin-name&#8217; ),\n&#8216;choose_from_most_used&#8217; =&gt; __( &#8216;Choose from most used categories&#8217;, &#8216;your-plugin-name&#8217; ),\n),\n&#8216;hierarchical&#8217;        =&gt; true,\n&#8216;public&#8217;              =&gt; true,\n&#8216;show_in_rest&#8217;        =&gt; true,\n&#8216;show_in_menu&#8217;        =&gt; true,\n&#8216;query_var&#8217;           =&gt; true,\n&#8216;rewrite&#8217;             =&gt; array( &#8216;slug&#8217; =&gt; &#8221; ),\n&#8216;show_in_admin_bar&#8217;   =&gt; false,\n&#8216;show_in_nav_menus&#8217;   =&gt; false,\n&#8216;sort_column&#8217;         =&gt; &#8216;name&#8217;,\n&#8216;sort_order&#8217;          =&gt; &#8216;asc&#8217;,\n&#8216;menu_icon&#8217;           =&gt; &#8216;dashicons-admin-category&#8217;,\n)\n);<\/p>\n<pre><code>5. &#22312;\"wp-content\/themes\/YourThemeName\/assets\/js\/posts.js\"&#25991;&#20214;&#20013;&#65292;&#23558;&#20197;&#19979;&#20195;&#30721;&#28155;&#21152;&#21040;&#24050;&#21152;&#36733;&#30340;jQuery&#24211;&#20043;&#21069;&#65306;\n```javascript\n$(document).ready(function() {\n    \/\/ Initialize the WordPress to Threads plugin\n    wpToThreads.init();\n});<\/code><\/pre>\n<ol start=\"6\">\n<li>&#22312;&#8221;wp-content\/themes\/YourThemeName\/assets\/css\/custom.css&#8221;&#25991;&#20214;&#20013;&#65292;&#20026;&#27599;&#20010;&#31867;&#35774;&#32622;&#26679;&#24335;&#65306;\n<pre><code class=\"language-css\">\n\/* Customize the WordPress to Threads theme *\/\nbody {\nbackground-color: #f5f5f5;\n}<\/code><\/pre><\/li>\n<\/ol>\n<p>\/<em> Custom CSS styles for each category <\/em>\/\n.category {\ncolor: #007bff;\n}<\/p>\n<pre><code>\n\n&#29616;&#22312;&#65292;&#24403;&#24744;&#35775;&#38382;&#24744;&#30340;WordPress&#31449;&#28857;&#26102;&#65292;&#24744;&#20250;&#30475;&#21040;&#24102;&#26377;WordPress to Threads&#25554;&#20214;&#26631;&#39064;&#21644;&#20998;&#31867;&#26631;&#31614;&#30340;&#25991;&#31456;&#12290;&#21482;&#38656;&#28857;&#20987;&#30456;&#24212;&#31867;&#21035;&#21363;&#21487;&#26597;&#30475;&#35813;&#31867;&#21035;&#30340;&#26368;&#26032;&#24086;&#23376;&#12290;\n\n&#35831;&#27880;&#24847;&#65292;&#27492;&#25945;&#31243;&#36866;&#29992;&#20110;&#20351;&#29992;WordPress&#33267;Threads&#25554;&#20214;&#30340;&#29615;&#22659;&#12290;&#22914;&#26524;&#24744;&#27491;&#22312;&#24320;&#21457;&#33258;&#24049;&#30340;WordPress&#20027;&#39064;&#24182;&#24076;&#26395;&#23558;&#20854;&#38598;&#25104;&#21040;WordPress&#33267;Threads&#25554;&#20214;&#20013;&#65292;&#35831;&#21442;&#32771;&#30456;&#20851;&#25991;&#26723;&#20197;&#20102;&#35299;&#26356;&#22810;&#20449;&#24687;&#12290;<\/code><\/pre>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Bug&#32534;&#35793;&#29422; &#35201;&#23454;&#29616;WordPress&#33258;&#21160;&#21457;&#24067;&#21040;Threads&#65292;&#20320;&#38656;&#35201;&#36981;&#24490;&#038;#20..<\/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":[59],"tuisongtax":[],"class_list":["post-2003","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\/2003","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=2003"}],"version-history":[{"count":0,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/posts\/2003\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/media?parent=2003"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/categories?post=2003"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/tags?post=2003"},{"taxonomy":"tuisongtax","embeddable":true,"href":"https:\/\/www.zhaozhao123.cn\/wpcms\/wp-json\/wp\/v2\/tuisongtax?post=2003"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}