#精品
WordPress主题美化-7B2美化颜色标签云

2021-08-01 0 1,109

 

以下代码均添加于子主题根目录下的 functions.php 中

  1. //WordPress 圆角彩色背景标签云
  2. function colorCloud($text) {
  3. $text = preg_replace_callback('|<a (.+?)>|i', 'colorCloudCallback', $text);
  4. return $text;
  5. }
  6. function colorCloudCallback($matches) {
  7. $text = $matches[1];
  8. $colors = array('F99','C9C','F96','6CC','6C9','37A7FF','B0D686','E6CC6E');
  9. $color=$colors[dechex(rand(0,7))];
  10. $pattern = '/style=(\'|\")(.*)(\'|\")/i';
  11. $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);
  12. $pattern = '/style=(\'|\")(.*)(\'|\")/i';
  13. return "<a $text>";
  14. }
  15. add_filter('wp_tag_cloud', 'colorCloud', 1);
一键复制

 

转载请注明:汇站网 » WordPress 主题美化-7B2 美化颜色标签云

收藏 (0)

微信支付 微信扫一扫

支付宝支付 支付宝扫一扫

点赞 (0)

站长资源下载中心-找源码上汇站

常见问题
  • 如果付款后没有弹出下载页面,多刷新几下,有问题联系客服!
查看详情
  • 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。
查看详情

相关文章

联系官方客服

为您解决烦忧 - 24小时在线 专业服务