编辑个人资料
的跟帖
  • WordPress WordPress自带标签云 修改 中说:

    function colorCloud($text) {
    $text = preg_replace_callback(‘||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 “”;
    }
    add_filter(‘wp_tag_cloud’, ‘colorCloud’, 1);

    主题function.php中合适位置

  • WordPress 右下角怎么添加其他工具栏? 中说:

    小诚 哈,不太会啊 ,1471260166,教一下吧!

  • WordPress 7B2主题 右下的 浮动按键 中说:

    纸工场 Paper.TV 代码放在footer.php不会显示在侧边栏,而是放到页脚去了!

  • 这个是b站的问题,插件之前是可以支持b站的,后来b站不允许了!

  • ℳ執荇仂つ 后台主题设置里面有!!

  • 据说月底能用上。。。期待

  • WordPress 关于微博登陆 中说:

    Muze https://www.hwater.site/459