{"id":29619,"date":"2024-11-25T16:34:02","date_gmt":"2024-11-25T08:34:02","guid":{"rendered":"https:\/\/fwq.ai\/blog\/29619\/"},"modified":"2024-11-25T16:34:02","modified_gmt":"2024-11-25T08:34:02","slug":"wordpress%e5%a6%82%e4%bd%95%e5%ae%9e%e7%8e%b0%e5%bd%a9%e8%89%b2%e6%a0%87%e7%ad%be%e4%ba%91","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/29619\/","title":{"rendered":"WordPress\u5982\u4f55\u5b9e\u73b0\u5f69\u8272\u6807\u7b7e\u4e91"},"content":{"rendered":"<p style=\"text-align: center\"><strong><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/040\/5dcf6f189370a187.jpg\" class=\"aligncenter\" title=\"WordPress\u5982\u4f55\u5b9e\u73b0\u5f69\u8272\u6807\u7b7e\u4e91\u63d2\u56fe\" alt=\"WordPress\u5982\u4f55\u5b9e\u73b0\u5f69\u8272\u6807\u7b7e\u4e91\u63d2\u56fe\" \/><\/strong><\/p>\n<p><strong>\u5982\u4f55\u5b9e\u73b0\u5f69\u8272\u6807\u7b7e\u4e91<\/strong><\/p>\n<p>\u5f69\u8272\u6807\u7b7e\u4e91\u6211\u4eec\u5728\u5f88\u591a\u7684\u7f51\u7ad9\u90fd\u53ef\u4ee5\u770b\u5230\u6b64\u7c7b\u6548\u679c\uff0c\u8fd9\u91cc\u5c31\u6765\u5b9e\u73b0wordpress\u589e\u52a0\u5f69\u8272\u6807\u7b7e\u4e91\u6548\u679c\u3002<\/p>\n<p>\u8fd9\u79cd\u5f69\u8272\u6807\u7b7e\u4e91\u6548\u679c\u53ef\u4ee5\u901a\u8fc7\u4fee\u6539Simple Tags\u6765\u663e\u793a\u3002<\/p>\n<p><strong>1.\u5728simple-tags.client.php\u4e2d\u5148\u627e\u5230\u5982\u4e0b\u4ee3\u7801:<\/strong><\/p>\n<pre>function&nbsp;getColorByScale($scale_color,&nbsp;$min_color,&nbsp;$max_color)<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>2.\u6ce8\u91ca\u6389\uff08\u6216\u8005\u5220\u9664\uff09getColorByScale\u8fd9\u4e2afunction\u4e2d\u7684\u4ee5\u4e0b\u8bed\u53e5\uff1a<\/strong><\/p>\n<pre>$scale_color&nbsp;=&nbsp;$scale_color&nbsp;\/&nbsp;100;&nbsp;\n$minr&nbsp;=&nbsp;hexdec(substr($min_color,&nbsp;1,&nbsp;2));&nbsp;\n$ming&nbsp;=&nbsp;hexdec(substr($min_color,&nbsp;3,&nbsp;2));&nbsp;\n$minb&nbsp;=&nbsp;hexdec(substr($min_color,&nbsp;5,&nbsp;2));&nbsp;\n$maxr&nbsp;=&nbsp;hexdec(substr($max_color,&nbsp;1,&nbsp;2));&nbsp;\n$maxg&nbsp;=&nbsp;hexdec(substr($max_color,&nbsp;3,&nbsp;2));&nbsp;\n$maxb&nbsp;=&nbsp;hexdec(substr($max_color,&nbsp;5,&nbsp;2));&nbsp;\n$r&nbsp;=&nbsp;dechex(intval((($maxr&nbsp;-&nbsp;$minr)&nbsp;*&nbsp;$scale_color)&nbsp;+&nbsp;$minr));&nbsp;\n$g&nbsp;=&nbsp;dechex(intval((($maxg&nbsp;-&nbsp;$ming)&nbsp;*&nbsp;$scale_color)&nbsp;+&nbsp;$ming));&nbsp;\n$b&nbsp;=&nbsp;dechex(intval((($maxb&nbsp;-&nbsp;$minb)&nbsp;*&nbsp;$scale_color)&nbsp;+&nbsp;$minb));<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>3.\u52a0\u4e0a\u4ee5\u4e0b\u4ee3\u7801:<\/strong><\/p>\n<pre>\/\/Colorful&nbsp;Tag&nbsp;Cloud&nbsp;start&nbsp;\n$r&nbsp;=&nbsp;dechex(rand(0,255));&nbsp;\n$g&nbsp;=&nbsp;dechex(rand(0,196));&nbsp;\n$b&nbsp;=&nbsp;dechex(rand(0,255));<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>Colorful Tag Cloud end\u81f3\u4e8e\u8981\u663e\u793a\u591a\u5c11\u4e2a\u6807\u7b7e\uff0c\u600e\u4e48\u6392\u5217\uff0c\u70ed\u95e8\u6807\u7b7e\u548c\u666e\u901a\u6807\u7b7e\u5206\u522b\u4e3a\u591a\u5c11\u5927\u5c0f\u7684\u5b57\u4f53\uff0c\u53ef\u4ee5\u5728\u540e\u53f0\u7684Simple Tags\u7684\u9009\u9879\u4e2d\u8bbe\u7f6e\u3002<\/p>\n<p>\u63a8\u8350\u6559\u7a0b\uff1a<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662fWordPress\u5982\u4f55\u5b9e\u73b0\u5f69\u8272\u6807\u7b7e\u4e91\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5982\u4f55\u5b9e\u73b0\u5f69\u8272\u6807\u7b7e\u4e91 \u5f69\u8272\u6807\u7b7e\u4e91\u6211\u4eec\u5728\u5f88\u591a\u7684\u7f51\u7ad9\u90fd\u53ef\u4ee5\u770b\u5230\u6b64\u7c7b\u6548\u679c\uff0c\u8fd9\u91cc\u5c31\u6765\u5b9e\u73b0wordpress\u589e\u52a0\u5f69\u8272\u6807\u7b7e\u4e91\u6548\u679c\u3002 \u8fd9\u79cd\u5f69\u8272\u6807\u7b7e\u4e91\u6548\u679c\u53ef\u4ee5\u901a\u8fc7\u4fee\u6539Simple Tags\u6765\u663e\u793a\u3002 1.\u5728simple-tags.client.php\u4e2d\u5148\u627e\u5230\u5982\u4e0b\u4ee3\u7801: function&nbsp;getColorByScale($scale_color,&nbsp;$min_color,&nbsp;$max_color) \u767b\u5f55\u540e\u590d\u5236 2.\u6ce8\u91ca\u6389\uff08\u6216\u8005\u5220\u9664\uff09getColorByScale\u8fd9\u4e2afunction\u4e2d\u7684\u4ee5\u4e0b\u8bed\u53e5\uff1a $scale_color&nbsp;=&nbsp;$scale_color&nbsp;\/&nbsp;100;&nbsp; $minr&nbsp;=&nbsp;hexdec(substr($min_color,&nbsp;1,&nbsp;2));&nbsp; $ming&nbsp;=&nbsp;hexdec(substr($min_color,&nbsp;3,&nbsp;2));&nbsp; $minb&nbsp;=&nbsp;hexdec(substr($min_color,&nbsp;5,&nbsp;2));&nbsp; $maxr&nbsp;=&nbsp;hexdec(substr($max_color,&nbsp;1,&nbsp;2));&nbsp; $maxg&nbsp;=&nbsp;hexdec(substr($max_color,&nbsp;3,&nbsp;2));&nbsp; $maxb&nbsp;=&nbsp;hexdec(substr($max_color,&nbsp;5,&nbsp;2));&nbsp; $r&nbsp;=&nbsp;dechex(intval((($maxr&nbsp;&#8211;&nbsp;$minr)&nbsp;*&nbsp;$scale_color)&nbsp;+&nbsp;$minr));&nbsp; $g&nbsp;=&nbsp;dechex(intval((($maxg&nbsp;&#8211;&nbsp;$ming)&nbsp;*&nbsp;$scale_color)&nbsp;+&nbsp;$ming));&nbsp; $b&nbsp;=&nbsp;dechex(intval((($maxb&nbsp;&#8211;&nbsp;$minb)&nbsp;*&nbsp;$scale_color)&nbsp;+&nbsp;$minb)); \u767b\u5f55\u540e\u590d\u5236 3.\u52a0\u4e0a\u4ee5\u4e0b\u4ee3\u7801: \/\/Colorful&nbsp;Tag&nbsp;Cloud&nbsp;start&nbsp; $r&nbsp;=&nbsp;dechex(rand(0,255));&nbsp; $g&nbsp;=&nbsp;dechex(rand(0,196));&nbsp; $b&nbsp;=&nbsp;dechex(rand(0,255)); \u767b\u5f55\u540e\u590d\u5236 Colorful Tag Cloud end\u81f3\u4e8e\u8981\u663e\u793a\u591a\u5c11\u4e2a\u6807\u7b7e\uff0c\u600e\u4e48\u6392\u5217\uff0c\u70ed\u95e8\u6807\u7b7e\u548c\u666e\u901a\u6807\u7b7e\u5206\u522b\u4e3a\u591a\u5c11\u5927\u5c0f\u7684\u5b57\u4f53\uff0c\u53ef\u4ee5\u5728\u540e\u53f0\u7684Simple Tags\u7684\u9009\u9879\u4e2d\u8bbe\u7f6e\u3002 \u63a8\u8350\u6559\u7a0b\uff1a \u4ee5\u4e0a\u5c31\u662fWordPress\u5982\u4f55\u5b9e\u73b0\u5f69\u8272\u6807\u7b7e\u4e91\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":["post-29619","post","type-post","status-publish","format-standard","hentry","category-cms"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/29619","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=29619"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/29619\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=29619"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=29619"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=29619"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}