开通会员 尊享会员权益
登录
注册
找回密码
快速登录
QQ登录
微信登录
首页
产品中心
特惠
ZibBox子主题
建站笔记
子比主题
7B2主题
RiTheme
WP插件
绿色软件
实用
图片素材
精美
关于我们
About
用户协议
隐私政策
免责声明
友情链接
登录
注册
首页
产品中心
特惠
ZibBox子主题
建站笔记
子比主题
7B2主题
RiTheme
WP插件
绿色软件
实用
图片素材
精美
关于我们
About
用户协议
隐私政策
免责声明
友情链接
开通会员 尊享会员权益
登录
注册
找回密码
快速登录
QQ登录
微信登录
4.5W+
4281
2
更多资料
搜索内容
汇聚访
UID:1
已加入汇聚访333天
总消费:0
11枚徽章
河南省漯河市
管理员
关注
私信
文章
422
收藏
0
评论
9
粉丝
2
发布
422
排序
最新发布
最近更新
最多查看
最多点赞
最多回复
最多收藏
销售数量
2025-10-08
10-08
实用
子比主题 – 音乐播放器代码版
这是一款子比主题的音乐播放器代码版,部署之后是在网站右下角显示一个QQ音乐的图标,点击后即可大屏来进行播放音乐,非常实用,基本上代码都是通过JS来实现的,有喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 将下面的代码放到:子比主题–>>自定义底部HTML即可,代码里面有引入的js文件,附件在文章资源内下载,自己上传一下本地引入一下!这里我放在了网站根目录! <!-- 音乐播放器插件开始 --> <script src="/newindex.js"></script> <style> #shmusiczr { /* 距离网页右侧的距离,请根据需要自行更改 */ right: 15px; /* 距离网页底部的距离,请根据需要自行更改 */ bottom: 120px; } /* 在小屏幕设备(如手机)上隐藏播放器 */ @media (max-width: 768px) { #shmusiczr { display:...
5个月前
建站笔记
2025-10-21
10-21
实用
子比主题 – 用户随机头像教程(代码版)
这是一款子比主题的用户随机头像教程,这款教程是通过代码的形式来实现,通过php代码实现然后调用的是目录的图片即可实现用户注册随机头像教程,随机头像的头像样式也可自行更改,有需要的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 定位:/wp-content/themes/zibll/func.php文件,没有这个文件自己创建一个,记得加上php头,要不然会报错,将下面的代码放到里面即可! /*开始随机头像*/ function zib2_sign_in($user_id) { if (!$user_id) { return; } $social_login = get_user_meta($user_id, 'oauth_new', true); $avatars_base_dir = WP_CONTENT_DIR . '/uploads/tx/'; $avatars = glob($avatars_base_dir . '*.{jpg,jpeg,png,gif}', GLOB_BRACE | GLOB_NOSORT); if (empty($avatars))...
5个月前
建站笔记
2025-04-24
04-24
实用
子比主题 – 侧边栏动态时间小工具
大家好,本次汇聚访给大家带来一款子比主题的侧边栏动态时间小工具,这个小工具的效果还是比较炫酷的,当然每个人的眼光不同,唯一的缺点就是没有适配黑夜模式,话不多说有喜欢的可以自行部署吧。 演示效果: 代码部署: [hidecontent type="reply"] 定位:后台小工具 → 文章页-侧边栏 → 自定义HTML中添加下方代码即可: /*汇聚访:www.huijuf.com*/ <style> .times { margin: 0; padding: 0; height: 100%; } .times2 { height: 100%; background: #fff; } .times2 svg { height: 100%; width: 100%;...
11个月前
建站笔记
2025-09-27
09-27
实用
子比主题 – 评论区起始分割线
今天汇聚访给大家带来一款子比主题的评论区起始分割线,之前我发过文章的分割线,今天在别的站点看到了这个效果并且是收费的,于是我就仿了一下,图片我放在图床里了,有条件的建议图片本地化,以防丢失,有需要的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 定位:/wp-content/themes/zibll/template/comments.php在这个文件里找到以下代码: <div class="theme-box" id="comments"> 在这个代码的下面添加以下代码即可: <div class="huijuf-wrapper"> <span class="huijuf-line"></span> <span class="huijuf-icon"> <a> <img src="https://pic1.imgdb.cn/item/68d7c526c5157e1a883c68cf .png" alt="分割线图标" class="huijuf-img"> <b>评论区</b>(汇聚访-评论底线)</a> </span> <span class="huijuf-line"></span> </div> <style> /*汇聚访:www.huijuf.com*/ .huijuf-wrapper { display: flex; align-items: center; margin:...
6个月前
建站笔记
2025-12-28
12-28
实用
子比主题 – 友情链接检测插件
这是一款由白川开发的子比主题友情链接检测插件,该插件主要用于检测网站当中的友情链接是...
3个月前
功能插件
2025-12-12
12-12
实用
子比主题 – 侧边栏快捷功能小工具
这是子比主题的一款侧边栏快捷功能小工具,此小工具的配置选项由腾飞使用CSF框架构建,汇聚访这里把图片集成在本地了以防图片丢失,同时修改了样式使其和别的小工具组件上下有间距,你可以设置别的图片以及按钮功能,有喜欢的朋友自行部署吧! 演示效果: 登录状态下 未登录状态下 代码部署: [hidecontent type="payshow"] 首先我们第一步定位:/wp-content/themes/zibll/func.php文件,如果没有这个文件自己创建在子比目录创建一个,创建之后记得加php头,要不然会报错!随后加下方的代码: $widgets_files = array( 'zibbox_quick.php', /*小工具文件名*/ ); foreach ($widgets_files as $file) { require get_template_directory() . '/zibbox/widgets/' . $file; } 文章附件下载之后上传到:/wp-content/themes/zibll解压即可!如需更换图片请到:/wp-content/themes/zibll/img/zibbox里更换! [/hidecontent]
3个月前
建站笔记
2026-01-07
01-07
实用
子比主题 – 首页广告位插件
这是子比主题的一款广告位插件,此插件支持图片以及文字形式的广告样式,同时可在后台自行...
1个月前
功能插件
2025-12-20
12-20
实用
子比主题 – 网站导航矩阵小工具
这是一款由子比主题仿造优设网的一款网站导航矩阵小工具,此小工具可展示许多信息同时配备可视化的小工具配置,同时因为小工具的配置项以及功能比较多,这里就不多说了直接看演示即可,另外汇聚访简单测试了一下,有些地方的布局显示可能有点问题,有喜欢的朋友自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 定位:/wp-content/themes/zibll/func.php添加以下代码即可: if(!defined('ABSPATH'))die; CSF::createWidget('widget_huijuf_navigation',array('title'=>'汇聚访_导航矩阵','classname'=>'widget-huijuf-navigation','description'=>'站长导航矩阵展示组件,支持完全自定义配置','fields'=>array(array('type'=>'heading','content'=>'基础信息设置'),array('id'=>'title','type'=>'text','title'=>'模块标题','default'=>'站长导航矩阵'),array('id'=>'description','type'=>'textarea','title'=>'描述文字','default'=>'汇聚访・www.huijuf.com 本站致力于分享优质实用的互联网资源,内容包括有网站搭建、建站源码、美化教程、SEO优化、免费工具、素材资源、技术教程等,应有尽有!','attributes'=>array('rows'=>3)),array('type'=>'heading','content'=>'主导航项目'),array('id'=>'nav_items','type'=>'group','title'=>'导航项目','desc'=>'添加主导航项目(建议4-5个)','button_title'=>'添加导航','fields'=>array(array('id'=>'icon','type'=>'icon','title'=>'图标','button_title'=>'选择图标','default'=>'fa fa-home'),array('id'=>'title','type'=>'text','title'=>'标题','default'=>'导航标题'),array('id'=>'url','type'=>'text','title'=>'链接地址','default'=>'#')),'default'=>array(array('icon'=>'fa fa-home','title'=>'站长导航','url'=>'https://www.huijuf.com/'),array('icon'=>'fa fa-magic','title'=>'AI导航','url'=>'https://www.huijuf.com/'),array('icon'=>'fa fa-paint-brush','title'=>'色彩导航','url'=>'https://www.huijuf.com/'),array('icon'=>'fa fa-book','title'=>'图书导航','url'=>'https://www.huijuf.com/'))),array('type'=>'heading','content'=>'更多导航下拉菜单'),array('id'=>'show_more_nav','type'=>'switcher','title'=>'显示更多导航','default'=>true),array('id'=>'more_nav_title','type'=>'text','title'=>'更多导航标题','default'=>'更多导航','dependency'=>array('show_more_nav','==','true')),array('id'=>'more_nav_icon','type'=>'icon','title'=>'更多导航图标','button_title'=>'选择图标','default'=>'fa fa-th','dependency'=>array('show_more_nav','==','true')),array('id'=>'more_nav_items','type'=>'group','title'=>'更多导航项目','desc'=>'添加"更多导航"下拉菜单项目','button_title'=>'添加项目','dependency'=>array('show_more_nav','==','true'),'fields'=>array(array('id'=>'icon','type'=>'icon','title'=>'图标','button_title'=>'选择图标','default'=>'fa fa-star'),array('id'=>'title','type'=>'text','title'=>'标题','default'=>'导航标题'),array('id'=>'url','type'=>'text','title'=>'链接地址','default'=>'#')),'default'=>array(array('icon'=>'fa fa-building','title'=>'汇聚访公司','url'=>'https://www.huijuf.com/'),array('icon'=>'fa fa-shopping-cart','title'=>'电商导航','url'=>'https://www.huijuf.com/'),array('icon'=>'fa fa-file-text','title'=>'汇聚访规范','url'=>'https://www.huijuf.com/'),array('icon'=>'fa fa-image','title'=>'站长9图','url'=>'https://www.huijuf.com/'))),array('type'=>'heading','content'=>'新媒体矩阵设置'),array('id'=>'show_media','type'=>'switcher','title'=>'显示新媒体矩阵','default'=>true),array('id'=>'media_title','type'=>'text','title'=>'新媒体标题','default'=>'站长新媒体矩阵','dependency'=>array('show_media','==','true')),array('type'=>'subheading','content'=>'微信公众号','dependency'=>array('show_media','==','true')),array('id'=>'wechat_title','type'=>'text','title'=>'微信标题','default'=>'站长微信','dependency'=>array('show_media','==','true')),array('id'=>'wechat_desc','type'=>'text','title'=>'微信描述','default'=>'每天官微五分钟,一年萌新变大神','dependency'=>array('show_media','==','true')),array('id'=>'wechat_qrcode','type'=>'upload','title'=>'微信二维码','default'=>'https://www.huijuf.com/wp-content/uploads/2025/05/httpweixin.qq_.comrmpshErM_HEGrxlraVQ90Sg.png','dependency'=>array('show_media','==','true')),array('type'=>'subheading','content'=>'微博账号','dependency'=>array('show_media','==','true')),array('id'=>'weibo_title','type'=>'text','title'=>'微博标题','default'=>'站长微博','dependency'=>array('show_media','==','true')),array('id'=>'weibo_desc','type'=>'text','title'=>'微博描述','default'=>'400W粉丝!每日更新汇聚访干货','dependency'=>array('show_media','==','true')), array('id'=>'weibo_accounts','type'=>'group','title'=>'微博账号列表','button_title'=>'添加账号','dependency'=>array('show_media','==','true'),'fields'=>array(array('id'=>'name','type'=>'text','title'=>'账号名称','default'=>'微博账号'),array('id'=>'url','type'=>'text','title'=>'账号链接','default'=>'#'),array('id'=>'desc','type'=>'text','title'=>'账号描述','default'=>'账号简介')),'default'=>array(array('name'=>'站长UISDC','url'=>'https://www.huijuf.com/','desc'=>'400W粉丝!每日更新汇聚访干货'),array('name'=>'站长','url'=>'https://www.huijuf.com/','desc'=>'强烈推荐!站长官方品牌微博'),array('name'=>'汇聚访创业网','url'=>'https://www.huijuf.com/','desc'=>'官方微博,海量教程看不完'),array('name'=>'站长基础训练营','url'=>'https://www.huijuf.com/','desc'=>'零基础入门,带你成为软件高手'))),array('type'=>'subheading','content'=>'小红书','dependency'=>array('show_media','==','true')),array('id'=>'xiaohongshu_title','type'=>'text','title'=>'小红书标题','default'=>'站长小红书','dependency'=>array('show_media','==','true')),array('id'=>'xiaohongshu_desc','type'=>'text','title'=>'小红书描述','default'=>'专业汇聚访图文短内容频道','dependency'=>array('show_media','==','true')),array('id'=>'xiaohongshu_url','type'=>'text','title'=>'小红书链接','default'=>'https://www.xiaohongshu.com/','dependency'=>array('show_media','==','true')),array('type'=>'subheading','content'=>'站长社群','dependency'=>array('show_media','==','true')),array('id'=>'qun_title','type'=>'text','title'=>'社群标题','default'=>'站长社群','dependency'=>array('show_media','==','true')),array('id'=>'qun_desc','type'=>'text','title'=>'社群描述','default'=>'严格审核打造高质量交流群','dependency'=>array('show_media','==','true')),array('id'=>'qun_groups','type'=>'group','title'=>'微信群列表','button_title'=>'添加群组','dependency'=>array('show_media','==','true'),'fields'=>array(array('id'=>'name','type'=>'text','title'=>'群组名称','default'=>'交流群')),'default'=>array(array('name'=>'站长AIGC自学交流群'),array('name'=>'站长小红书个人IP交流群'),array('name'=>'站长汇聚访师交流群'),array('name'=>'站长UI汇聚访师交流群'),array('name'=>'站长交互汇聚访师交流群'),array('name'=>'站长平面品牌汇聚访师交流群'),array('name'=>'站长3D汇聚访师交流群'),array('name'=>'站长摄影剪辑爱好者交流群'))),array('id'=>'qun_qrcode','type'=>'upload','title'=>'管理员二维码','default'=>'https://www.huijuf.com/wp-content/uploads/2025/05/httpweixin.qq_.comrmpshErM_HEGrxlraVQ90Sg.png','dependency'=>array('show_media','==','true')),array('id'=>'qun_wechat','type'=>'text','title'=>'管理员微信号','default'=>'招码添加','dependency'=>array('show_media','==','true')),array('type'=>'heading','content'=>'收录数量统计'),array('id'=>'show_amount','type'=>'switcher','title'=>'显示收录数量','default'=>true),array('id'=>'amount_title','type'=>'text','title'=>'统计标题','default'=>'已收录精选文章','dependency'=>array('show_amount','==','true')),array('id'=>'site_count','type'=>'text','title'=>'收录文章数量','default'=>'','dependency'=>array('show_amount','==','true'),'desc'=>'留空则自动统计已发布文章数量'),array('id'=>'update_date','type'=>'text','title'=>'更新日期','default'=>'','dependency'=>array('show_amount','==','true'),'desc'=>'留空则自动显示当前日期'),array('id'=>'submit_url','type'=>'text','title'=>'投稿链接','default'=>'https://www.huijuf.com/','dependency'=>array('show_amount','==','true')),array('id'=>'submit_text','type'=>'text','title'=>'入驻按钮文字','default'=>'我要投稿','dependency'=>array('show_amount','==','true'))))); if(!function_exists('widget_huijuf_navigation')){function widget_huijuf_navigation($args,$instance){echo $args['before_widget'];$title=!empty($instance['title'])?$instance['title']:'站长导航矩阵';$description=!empty($instance['description'])?$instance['description']:'';$nav_items=!empty($instance['nav_items'])?$instance['nav_items']:array();$show_more_nav=isset($instance['show_more_nav'])?(bool)$instance['show_more_nav']:true;$more_nav_items=!empty($instance['more_nav_items'])?$instance['more_nav_items']:array();$show_media=isset($instance['show_media'])?(bool)$instance['show_media']:true;$show_amount=isset($instance['show_amount'])?(bool)$instance['show_amount']:true;if(current_user_can('manage_options')&&isset($_GET['debug_widget'])){echo '<pre style="background:#f0f0f0;padding:10px;margin:10px;border:1px solid #ccc;">';echo 'show_more_nav: '.var_export($show_more_nav,true)."\n";echo 'more_nav_items count: '.count($more_nav_items)."\n";echo 'more_nav_items: '.print_r($more_nav_items,true);echo...
3个月前
建站笔记
2025-08-26
08-26
实用
子比主题 – 会员购买弹窗增加背景
今天汇聚访给大家带来子比主题会员购买弹窗增加二次元背景,这个美化效果还是比较漂亮了。特别适合一些以二次元为主题的站点,部署起来也比较简单,有喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 直接将下面的代码放到:子比主题–>>自定义CSS样式即可!图片你也可以下载下来本地化,以防过期! /*仿哔哩哔哩弹窗背景*/ .payvip-modal { background-image: url(https://img.alicdn.com/imgextra/i1/2210123621994/O1CN01zWJtdh1QbIhbcKakX_!!2210123621994.png),url(https://img.alicdn.com/imgextra/i3/2210123621994/O1CN01nUULwt1QbIhdvLeL7_!!2210123621994.png); background-position: 0 100%,100% 100%; background-repeat: no-repeat,no-repeat; background-size: 20%; } /*汇聚访:www.huijuf.com*/ [/hidecontent]
7个月前
建站笔记
2025-04-28
04-28
实用
子比主题 – 二次元悬浮菜单按钮
25/12/4更新
这是一款子比主题的二次元悬浮菜单按钮样式,启用该样式会移除原有的侧边栏菜单按钮样式,同时手机版也是一样的,手机版这里汇聚访也没有隐藏都是显示的,此效果适合那些acg风格的站点,喜欢的自行部署吧! 演示效果: 更新内容: 修复样式图片丢失问题 修复php代码加入后报错问题 代码部署: [hidecontent type="reply"] PHPCSS 定位:/wp-content/themes/zibll/func.php,没有这个文件自己创建一个,然后记得加php头,要不然会报错,将下面的代码放里面! // 二次元悬浮按钮 function adjust_footer_buttons_based_on_device() { if (wp_is_mobile()) { remove_action('wp_footer', 'acg_float_right'); add_action('wp_footer', 'zib_float_right'); } else { remove_action('wp_footer', 'zib_float_right'); add_action('wp_footer', 'acg_float_right'); } } add_action('init', 'adjust_footer_buttons_based_on_device'); //二次元按钮代码 function...
11个月前
建站笔记
上一页
1
…
16
17
18
19
20
…
43
下一页
跳转
欢迎光临~
随便逛逛
博客标签
新窗口打开
复制链接地址
复制选中文本
粘贴文本
站内搜索
百度搜索
复制此图片
下载此图片
用户协议
免责声明
复制地址
关闭热评
轉為繁體
切换模式
热评
登录
没有账号?立即注册
邮箱
验证码
发送验证码
记住登录
账号密码登录
登录
用户名或邮箱
登录密码
记住登录
找回密码
|
免密登录
登录
社交账号登录
QQ登录
微信登录
使用社交账号登录即表示同意
用户协议
、
隐私声明
注册
已有账号,立即登录
设置用户名
邮箱
验证码
发送验证码
设置密码
注册
已阅读并同意
用户协议
、
隐私声明
扫码登录
使用
其它方式登录
或
注册
扫码登录
扫码登录即表示同意
用户协议
、
隐私声明
最近因事业繁忙,随缘更新
如有不便,敬请谅解!
开通会员享特权
专属内容无限访问
下载权限提升至最高级
专属子比付费美化优惠
免费下载更多精品资源
¥29.9
¥39.9
Vip会员 · 立省30元
立即开通
每日签到
在线
扫码关注公众号
获取更多专属内容和最新资讯
展开全屏
返回顶部