子比主题 – 给页脚二维码加动态Border
/*底部板块三图片border*/ .footer-miniimg { p{ position: relative; &:hover { filter: contrast(1.1); } &:active { filter: contrast(0.9); } &::before, &::after{ conten...
子比主题 – 图片文章列表栏目小工具
教程 /wp-content/themes/zibll/functions.php文件加如下面的代码 $widgets_files = array( 'tengfei_tpwz.php', /*小工具文件名*/ ); foreach ($widgets_files as $file) { require get_templa...
子比主题 – 评论区添加个夸夸功能
首先我们分为三步,跟着我的教程,不会有错 第一步 我们第一步,我们先到func.php或者functions.php,将下面的代码放到该文件里面 //夸夸功能 function kuakua(){ echo'<link rel='styleshee...
子比美化 – 自带滑块验证图片修改教程
首先我们要知道滑动图片的文件目录是哪个地方 目录:/wp-content/themes/zibll/img/captcha下的图片就是滑动的图片了 注:图片格式最好是横屏壁纸,尺寸是270-155 名字是从0开始。图片格式jpg格...
子比主题 – 文章更新时间提醒样式
教程 PHPCSS 这个PHP代码放到:/wp-content/themes/zibll/functions.php或者func.php,代码如下,直接放里面即可! //文章过期提示结束 function article_time_update() { date_default_timezon...
子比主题 – 登录注册弹窗添加小萝莉样式
.sign-img+.sign::before{content:'';position:absolute;top:-144px;left:80px;width:191px;height:187px;background:url(https://img.alicdn.com/imgextra/i1/2210123621994/O1CN013Q07WX1QbIk...

















