开通会员 尊享会员权益
登录
注册
找回密码
快速登录
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-12-02
12-02
实用
子比主题 – 文章最新访客小工具
这是一款子比主题的文章最新访客小工具,此小工具为优化后的版本非市面泛滥版本,添加后可实时查看哪些用户访问了本篇文章,与此同时手机端也进行了完善和适配,黑夜模式也是完美适配了的,有需要的自行部署吧! 演示效果: 无访客时 有访客时 更新日志: 可自定义标签文字 手机端显示可以横向滑动展示 没有访客的情况下默认显示自定义的图片(过滤网站管理员) 代码部署: [hidecontent type="payshow"] 首先我们第一步:/wp-content/themes/zibll/func.php文件,如果没有这个文件自己创建在子比目录创建一个,创建之后记得加php头,要不然会报错!加下面的代码: $widgets_files = array( 'zibbox_visitor_info.php', /*小工具文件名*/ ); foreach ($widgets_files as $file) { require get_template_directory() . '/zibbox/widgets/' . $file; } 文章附件上传到:/wp-content/themes/zibll解压即可! [/hidecontent]
3个月前
建站笔记
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个月前
建站笔记
2026-01-24
01-24
实用
子比主题 – 多应用授权插件
这是一款子比主题的应用授权插件,此插件为允梦开源版的修复版本,此插件具备了多种配置功...
1个月前
功能插件
2025-04-24
04-24
实用
子比主题 – 侧边百度一下卡片样式小工具
25/11/23更新
今天给大家带来一款全新设计的小卡片,清新美观,这一个小工具没打算写小工具,因为功能太少,直接用代码实现即可!原作者是星雨写的,黑夜模式状态下会发光,喜欢的自行部署吧! 演示效果: 更新内容: 修复小工具SVG图片丢失问题 代码部署: [hidecontent type="reply"] 将下面的代码放到:WP后台–>>外观–>>小工具–>>自定义HTML即可! <style> .input__container { position: relative; padding: 10px 15px; display: flex; justify-content: center; align-items: center; gap: 5px; border-radius: 22px; max-width: 300px; transition: transform 400ms; transform-style: preserve-3d; perspective: 500px;...
11个月前
建站笔记
2025-05-01
05-01
实用
子比主题 – 自定义右键菜单
大家好,本地汇聚访给大家带来了子比主题的自定义右键菜单,这个效果还是挺不错的,菜单中有很多实用的功能,便捷的同时又防止了别的右键扒站,有喜欢的的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 将下面的代码放到网站统计HTML代码里面即可!里面的内容自己改动一下!! <style type="text/css"> /*www.huijuf.com*/ a {text-decoration: none;} div.usercm{background-repeat:no-repeat;background-position:center center;background-size:cover;background-color:#fff;font-size:13px!important;width:130px;-moz-box-shadow:1px 1px 3px rgba (0,0,0,.3);box-shadow:0px 0px 15px #333;position:absolute;display:none;z-index:10000;opacity:0.9; border-radius: 8px;} div.usercm ul{list-style-type:none;list-style-position:outside;margin:0px;padding:0px;display:block} div.usercm ul li{margin:0px;padding:0px;line-height:35px;} div.usercm ul li a{color:#666;padding:0 15px;display:block} div.usercm ul...
10个月前
建站笔记
2025-05-22
05-22
实用
子比主题 – 添加一个每日60s新闻模块+新闻独立页面+本地接口
大家好,本次汇聚访给大家带来了子比主题添加一个每日60s新闻模块及独立页面和本地接口的教程,为什么要用本地接口而不用Api呢,因为Api随时可能失效,但是本地接口避免了这个问题,话不多说有喜欢的自行部署吧,教程写的很详细! 演示效果: 代码部署: [hidecontent type="payshow"] 一:本地接口制作方法: 第一步:下载文章附件文件后把本地接口文件夹里的文件上传到网站的根目录下! 第二步:打开 60s的文件夹,修改 60s.php 文件中的 Tonke! 第三步:token获取——前往获取 注册登录 - >个人管理 -> 个人中心 -> 数据中心 -> token管理 - >获取token 第四步:添加宝塔 计划任务,如下图所示: 任务类型:访问URL-GET URL地址: 你的网站域名/60s/60s.php?api=api-json 如果你不是放在根目录的请自行修改 执行周期:每天执行一次就行,不建议太早。也可以每天隔几小时执行一次 添加好之后先手动执行一次 第五步:检查60s文件夹内的 test.json 文件内是否已有内容,如果没有内容请检查是否那一次出问题了!!! 二:模块+页面 添加步骤 第一步:添加新闻模块: 1、子比主题文件目录/wp-content/themes/zibll/func.php 或 functions.php 文件内...
10个月前
建站笔记
2025-06-15
06-15
实用
子比主题 – 昼夜切换模式新增过度动画
今天给大家分享一个昼夜切换的过度动画,原作者为囚墨,希望大家能够喜欢!话不多说,直接开始部署! 演示效果: 代码部署: [hidecontent type="reply"] 首先找到相应的代码位置: /wp-content/themes/zibll/js/main.min.js,这里的代码是压缩过的,可以将main.js里的代码复制到main.min.js里,替换代码后再将代码进行压缩即可!随后搜索主题切换,替换主题切换事件方法! $('.toggle-theme').click(function(e) { // 缓存所有DOM元素和初始值,避免重复查询 var body = $('body'); var isDark = body.hasClass('dark-theme'); var tinymceBody = $('#post_content_ifr').contents().find('body'); var enlighter = $('.enlighter-default'); var highClasses = { white: 'enlighter-t-' + _win.highlight_white_zt, dark:...
9个月前
建站笔记
2025-08-18
08-18
实用
子比主题 – 全局侧边栏隐藏按钮
大家好,今天汇聚访给大家带来一款子比主题的全局侧边栏隐藏按钮,这个风格是二次元风格的,主要用途是可以快速便捷对的进行侧边栏的隐藏,手机版已自适应隐藏了,有需要的自行部署吧。 演示效果: 代码部署: [hidecontent type="payshow"] CSS代码JS代码自定义底部HTML代码 首先在子比后台-自定义css样式中添加以下代码: .mcp-sidebar-toggle-btn { position: fixed; bottom: 30px; right: 30px; z-index: 10000; background-color: #ff7eb3; color: #fff; border: 2px solid #fff; border-radius: 50%; width: 60px; height: 60px; cursor: pointer; box-shadow: 0...
7个月前
建站笔记
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-09-29
09-29
实用
子比主题 – 汽水音乐解析页面
这是子比主题的一个汽水音乐解析页面,起初是黑猫发出来的,但是他那个放进模板里也不能被Wordpress识别出来,我这里做了修复,后续会发更多页面的部署教程,有需要的自行查看部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 定位 :/wp-content/themes/zibll/pages(创建一个php文件,代码直接丢进去即可!) <?php /** * Template name: 汇聚访-汽水音乐解析 * Description: Document navigation */ // IP限制相关配置 define('IP_LIMIT_PER_MINUTE', 3); // 每分钟最大请求次数 define('IP_LIMIT_WINDOW', 60); // 时间窗口(秒) // IP限制函数 function checkIpLimit() { $ip =...
6个月前
建站笔记
上一页
1
…
27
28
29
30
31
…
43
下一页
跳转
欢迎光临~
随便逛逛
博客标签
新窗口打开
复制链接地址
复制选中文本
粘贴文本
站内搜索
百度搜索
复制此图片
下载此图片
用户协议
免责声明
复制地址
关闭热评
轉為繁體
切换模式
热评
登录
没有账号?立即注册
邮箱
验证码
发送验证码
记住登录
账号密码登录
登录
用户名或邮箱
登录密码
记住登录
找回密码
|
免密登录
登录
社交账号登录
QQ登录
微信登录
使用社交账号登录即表示同意
用户协议
、
隐私声明
注册
已有账号,立即登录
设置用户名
邮箱
验证码
发送验证码
设置密码
注册
已阅读并同意
用户协议
、
隐私声明
扫码登录
使用
其它方式登录
或
注册
扫码登录
扫码登录即表示同意
用户协议
、
隐私声明
最近因事业繁忙,随缘更新
如有不便,敬请谅解!
开通会员享特权
专属内容无限访问
下载权限提升至最高级
专属子比付费美化优惠
免费下载更多精品资源
¥29.9
¥39.9
Vip会员 · 立省30元
立即开通
每日签到
在线
扫码关注公众号
获取更多专属内容和最新资讯
展开全屏
返回顶部