开通会员 尊享会员权益
登录
注册
找回密码
快速登录
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-11-21
11-21
实用
子比主题 – 仿企业门户首页
这是一款适配子比主题所仿的企业门户首页样式,两个跳转按钮可自定义跳转链接,同时模板的内容也可以进行修改,创业者下方的头像也是可以自定义更改的,适合一些想用子比做企业站点的站长,同时再提醒一点,搬运本站文章请留本站版权谢谢!喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 定位:/wp-content/themes/zibll把文章所带附件解压,随后到index.php文件中找到下方代码: <main role="main" class="container"> 在上方代码的头上添加以下代码即可: /*汇聚访:www.huijuf.com*/ <div class="container fluid-widget"> <link rel="stylesheet" href="/wp-content/themes/zibll/css/zibbox/zibbox_corporation.css"> <section class="huijuf-banner-container" style="opacity: 1; transition: opacity 1s ease-in-out;"> <div class="huijuf-content-wrapper"> <div class="huijuf-content-left"> <span class="huijuf-tag-expert">🟢 专注主题美化</span> <h1> 聚焦实用技巧<br> <span>WordPress主题</span>...
4个月前
建站笔记
2025-08-21
08-21
实用
子比主题 – 仿bilibili页面顶部焦点轮播图
大家好,今天汇聚访给大家分享一下使用swiper框架仿bilibili页面顶部焦点轮播图的这么一个功能,一般来说都是通用的,原作者是墨星,我对着仿了一个然后测试下来也没有bug,同时增加了点样式,然后手机端小图片进行了隐藏,因为加上的话手机端效果不咋好看,我也懒得写成小工具了,喜欢的直接按代码自行部署吧。 演示效果: 代码部署: [hidecontent type="payshow"] 首先可以在子比根目录里的index.php这个文件中添加代码,当然也可以是别的位置,我这里就以这个位置为例了,打开文件后在<main role="main" class="container">这行代码的上面添加代码即可,css样式和js样式这里我直接打包放在文章附件里了,引用链接自行更改吧,然后图片可更换自己喜欢的图片。 <link rel="stylesheet" href="/wp-content/themes/zibll/huijuf-banner.css"> <div class="focus-container slide-header"> <div class="main-swiper swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <a href="https://baidu.com" target="_blank" class="swiper-link"> <img src="图片地址" alt="轮播图1"> </a> </div> <div class="swiper-slide"> <img src="图片地址" alt="轮播图2">...
7个月前
建站笔记
2025-08-20
08-20
实用
子比主题 – 分类权限插件
大家好,今天汇聚访给大家带来一款通过gemini来实现的分类权限插件,这款插件设置好...
7个月前
功能插件
2025-05-31
05-31
精美
图片素材-二次元等级图标素材
今天给大家分享一下本站的二次元等级素材图标,希望大家喜欢! 演示效果: ...
10个月前
图文素材
2025-08-04
08-04
实用
子比主题 – 未登录禁止查看文章
大家好,今天汇聚访给大家带来子比主题的未登录禁止查看文章的功能,这个功能是子比主题没有自带,官方论坛里有个发过,但是过于简陋,于是我就照着小樱博客的例子仿了一个,感觉如果带上文章作者信息之类的会更好看,因为我之前删了所以没有文章作者信息等,但是你没有删除的话是有的,加起来是非常好看的!话不多说,直接开始部署教程。 演示效果: 代码部署: [hidecontent type="payshow"] 在/wp-content/themes/zibll/functions.php中添加以下代码,或者你自己创一个func.php文件在那里添加也是可以的,这样主题更新代码也不会丢失! function restrict_category_access($content) { if (!get_current_user_id()) { $page_link = get_permalink( $page_id ); $category_ids = array(1, 2, 3); // 这里的 1, 2, 3 是分类 ID 的例子 if (empty($category_ids)) { // 如果分类ID数组为空,则不执行任何操作...
7个月前
建站笔记
2025-08-09
08-09
实用
子比主题 – 外链Go页面样式代码
大家好,今天汇聚访给大家带来几款go跳转美化,目前市面上已经有许多go跳转美化了,前两天羊总还发了一个go跳转美化的插件,有兴趣可以去看看,在这里我也记录一下以防丢失,大部分都由网络收集而来,喜欢的自行部署吧! 代码部署: [hidecontent type="reply"] 喜欢哪一款直接替换:/wp-content/themes/zibll/go.php这个文件的所有代码即可! 第一款第二款第三款第四款第五款第六款第七款第八款第九款第十款第十一款第十二款 <?php /* * @Author : Qinver * @Url : zibll.com * @Date : 2021-07-10 * @LastEditTime: 2021-07-10 * @Email : 770349780@qq.com * @Project : Zibll子比主题 * @Description : 一款极其优雅的Wordpress主题...
7个月前
建站笔记
2025-05-01
05-01
实用
子比主题 – 会员框炫彩美化
这是一款子比主题的会员框炫彩样式美化,此效果作用于多个地方,例如用户中心的会员开通按钮以及网站右上角的开通会员按钮等等,代码部署起来也比较简单,有喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 定位:子比主题设置–>>自定义代码–>>自定义 CSS 样式添加以下代码即可: .payvip-icon { color: #ffffff; --this-color: #ffffff; background: linear-gradient(135deg, #ff7faf91 10%, #43b2ff 100%); } .vip-theme1 { background: linear-gradient(135deg, #ff7faf91 10%, #43b2ff 100%); } .vip-theme2 { background: linear-gradient(43deg, #ff6ac3...
10个月前
建站笔记
2025-06-25
06-25
实用
子比主题 – 简约分类专题标签色调美化
今天给大家分享一个子比主题的分类样式的简约美化,每个人眼光不同,这种就比较简约,适合一些比较正式的站点使用吧!今天分享给大家!还有一点,鼠标悬浮专题分类或是标签上还有不同的颜色变化哦! 演示效果: 代码部署: [hidecontent type="payshow"] 还是一样,代码直接放到子比主题后台设置->自定义代码->自定义CSS样式即可! /*汇聚访:www.huijuf.com*/ .posts-item.card .item-tags .but, .posts-item.card .meta-category a { position: relative !important; overflow: hidden !important; z-index: 1 !important; display: inline-block !important; padding: 4px 10px !important; margin: 0 6px 8px 0...
9个月前
建站笔记
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-09-22
09-22
实用
子比主题 – 精美弹窗样式美化
今天汇聚访给大家分享一款网站的精美弹窗,不依赖于子比的弹窗仅用代码实现,原作者应该是腾飞,CSS代码和JS在一起,有喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 定位:子比主题–>>自定义javascript代码,将代码放到里面,自己修改一下里面的内容即可! jQuery(document).on('click', '.user-online-status .but', function () { var $this = jQuery(this); var $container = $this.closest('.user-online-status'); var status = $this.data('sta'); var nonce = $container.find('#user_online_status_nonce').val() || window.user_online_status_nonce || ''; if ($this.data('processing')) return;...
6个月前
建站笔记
上一页
1
…
5
6
7
8
9
…
43
下一页
跳转
欢迎光临~
随便逛逛
博客标签
新窗口打开
复制链接地址
复制选中文本
粘贴文本
站内搜索
百度搜索
复制此图片
下载此图片
用户协议
免责声明
复制地址
关闭热评
轉為繁體
切换模式
热评
登录
没有账号?立即注册
邮箱
验证码
发送验证码
记住登录
账号密码登录
登录
用户名或邮箱
登录密码
记住登录
找回密码
|
免密登录
登录
社交账号登录
QQ登录
微信登录
使用社交账号登录即表示同意
用户协议
、
隐私声明
注册
已有账号,立即登录
设置用户名
邮箱
验证码
发送验证码
设置密码
注册
已阅读并同意
用户协议
、
隐私声明
扫码登录
使用
其它方式登录
或
注册
扫码登录
扫码登录即表示同意
用户协议
、
隐私声明
最近因事业繁忙,随缘更新
如有不便,敬请谅解!
开通会员享特权
专属内容无限访问
下载权限提升至最高级
专属子比付费美化优惠
免费下载更多精品资源
¥29.9
¥39.9
Vip会员 · 立省30元
立即开通
每日签到
在线
扫码关注公众号
获取更多专属内容和最新资讯
展开全屏
返回顶部