時(shí)間:2023-04-21 17:42:02 | 來(lái)源:網(wǎng)站運(yùn)營(yíng)
時(shí)間:2023-04-21 17:42:02 來(lái)源:網(wǎng)站運(yùn)營(yíng)
「WP標(biāo)簽云」自定義WordPress彩色標(biāo)簽云。://WordPress圓角彩色背景標(biāo)簽云function colorCloud($text) { $text = preg_replace_callback('|<a (.+?)>|i', 'colorCloudCallback', $text); return $text; } function colorCloudCallback($matches) { $text = $matches[1]; $colors = array('F99','C9C','F96','6CC','6C9','37A7FF','B0D686','E6CC6E'); $color=$colors[dechex(rand(0,7))]; $pattern = '/style=(/'|/")(.*)(/'|/")/i'; $text = preg_replace($pattern, "style=/"display: inline-block; *display: inline; *zoom: 1; color: #fff; padding: 1px 5px; margin: 0 5px 5px 0; background-color: #{$color}; border-radius: 3px; -webkit-transition: background-color .4s linear; -moz-transition: background-color .4s linear; transition: background-color .4s linear;/"", $text); $pattern = '/style=(/'|/")(.*)(/'|/")/i'; return "<a $text>"; } add_filter('wp_tag_cloud', 'colorCloud', 1);
2)點(diǎn)擊「編輯」然后粘貼代碼點(diǎn)擊「提交」;關(guān)鍵詞:標(biāo)簽,定義,彩色
客戶(hù)&案例
營(yíng)銷(xiāo)資訊
關(guān)于我們
客戶(hù)&案例
營(yíng)銷(xiāo)資訊
關(guān)于我們
微信公眾號(hào)
版權(quán)所有? 億企邦 1997-2025 保留一切法律許可權(quán)利。