开通会员 尊享会员权益
登录
注册
找回密码
快速登录
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-07-13
07-13
实用
子比主题 – 仿B站官方认证图标
今天给大家分享以下子比主题的认证图标如何修改,以及修改为B站官方认证图标,这个效果需要修改子比主题的文件,主题更新后代码将恢复原样即为失效,修改代码前记得备份源代码,以防效果丢失。发这个教程也是顺便记录下,防止效果丢失,你也可以用同样的方法修改别的主题图标代码。 演示效果: 代码部署: [hidecontent type="reply"] 首先打开你的网站路径找到子比主题目录下的这个路径: /wp-content/themes/zibll/js,然后找到里面的里的 svg-ico.js 文件,再找到找到 zib_svgs[‘user-auth’] ! 然后修改SVG样式 zib_svgs[‘user-auth’] = ‘你的SVG代码’; 直接把下方代码复制粘贴即可,当然如果你已经有自己喜欢的样式了,可以把自己准备的SVG代码粘贴上去。 <path d="M512 512m-512 0a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z" fill="#FFFFFF" p-id="4885"/><path d="M512...
8个月前
建站笔记
2025-05-24
05-24
实用
子比主题 – 自带滑块验证图片修改
对于子比的滑动模块我们很多人都不是很喜欢自带的滑动模块的图片,接下来我来教大家怎么自...
10个月前
建站笔记
2025-05-24
05-24
实用
子比主题 – 文章封面角标美化
今天分享的教程是WordPress子比主题美化教程:文章角标及封面图底部美化。简单的来说,就是在文章发布页面增加一个附加选项,可以通过这个附加选项达到我们想要的美化效果!文章发布时可在编辑页底部自行配置输入内容以及颜色,不填写内容则不显示。 演示效果: 代码部署: [hidecontent type="reply"] 一共三个代码,两个PHP代码和一个CSS代码,跟着教程操作就不会有问题!! func代码zib-posts-list代码CSS代码 定位:/wp-content/themes/zibll/func.php文件,把下方代码添加进去即可: if (class_exists('CSF')) { CSF::createMetabox('huijuf', array( 'title' => '文章封面自定义标识', 'post_type' => array('post', 'page', 'plate', 'forum_post'), 'context' => 'advanced', 'data_type' => 'unserialize', )); CSF::createSection('huijuf', array( 'fields' => array( array(...
10个月前
建站笔记
2025-08-26
08-26
实用
子比主题 – 导航栏菜单显示分类文章数量
大家好,今天汇聚访给大家带来导航栏菜单显示分类文章数量的功能,效果如图所示,添加文章分类后就会显示本分类下的文章数量,还是挺不错的,有需要的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] func代码ib-header.php代码 首先到:/wp-content/themes/zibll/func.php里面,没有这个文件自己创一个,记得加上php头,要不然报错,将下面的代码放到里面: class Custom_Walker_Nav_Menu extends Walker_Nav_Menu { // 开始输出每个菜单项 function start_el(&$output, $item, $depth = 0, $args = array(), $id = 0) { // 和默认 Walker 一样处理元素的基础部分 $classes = empty($item->classes) ?...
7个月前
建站笔记
2025-11-28
11-28
实用
子比主题 – 页面底部动态小人样式
这是一款适配子比主题底部的两只可爱动漫小人效果,此效果汇聚访仅在电脑上作用了,低于电脑版尺寸的都已经隐藏了,夜间模式下也是一点都不突兀,话不多说喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] 定位:子比主题后台设置 - 全局&功能 - 自定义CSS样式中添加以下代码即可(图片放图床了,建议自行本地化): /*汇聚访www.huijuf.com*/ @media (min-width: 1420px){ html::after, body::after { position: fixed; top: 0; bottom: 0; content: ' '; background-repeat: no-repeat; background-size: 250px; background-image: url('https://pic1.imgdb.cn/item/6929a9bdb4e23f08080b15d4 .gif') !important; width: 125px;...
4个月前
建站笔记
2025-06-07
06-07
实用
子比主题 – 文章页顶部导航栏美化
今天逛站的时候,发现了这个面包屑导航的美化样式,今天分享给大家! 演示效果: 代码部署: [hidecontent type="reply"] /* 面包屑导航容器样式 */ .breadcrumb { display: flex; align-items: center; list-style: none; padding: 1.5rem 2rem; margin: 0; background: linear-gradient(135deg, #f0f6ff, #e6f0ff); border: 1px solid #c3d9ff; border-radius: 1rem; box-shadow: 0 6px 12px...
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-08-20
08-20
特效代码 – 文字顶部阴影弹出动画
大家好,今天汇聚访给大家带来一个文字顶部阴影弹出动画,这个效果你可以应用于任何网站,当然任何主题也是可以用的,话不多说喜欢的自行部署吧! 演示效果: 代码部署: [hidecontent type="reply"] /*汇聚访:www.huijuf.com*/ .text-pop-up-top { animation: text-pop-up-top 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both; } /*汇聚访:www.huijuf.com*/ @keyframes text-pop-up-top { 0% { transform: translateY(0); transform-origin: 50% 50%; text-shadow: none; } 100% {...
7个月前
动画特效
2025-10-10
10-10
实用
子比主题 – 右侧二次元不倒翁样式
这是一款适配子比主题的二次元不不倒翁样式效果,适用一些以二次元风格的站点,喜欢的自行部署吧,反正我是觉得看多了有点晕晕的....,别的站点应该也可以用,没什么好说的自行测试吧! 演示效果: 代码部署: [hidecontent type="reply"] 定位:WP后台–>>子比主题–>>网站统计HTML代码,直接丢里面就可以了,但是要注意的是,里面的JS需要自行更换,因为按钮里面有跳转链接在JS里面,所以你需要下载文章附件自己引入,在JS代码里面搜:www.huijuf.com,替换你的就行了! <div id="left_layer" class="sakana-tfbk" style="position:fixed; bottom:250px; right:-38px;"> <div id="sakana-widget"></div> <script> function initSakanaWidget() { new SakanaWidget().mount('#sakana-widget'); } </script> <script async onload="initSakanaWidget()" src="/wp-content/themes/zibll/sakana.js" ></script> </div> [/hidecontent]
5个月前
建站笔记
2025-08-20
08-20
实用
子比主题 – 分类权限插件
大家好,今天汇聚访给大家带来一款通过gemini来实现的分类权限插件,这款插件设置好...
7个月前
功能插件
上一页
1
…
8
9
10
11
12
…
43
下一页
跳转
欢迎光临~
随便逛逛
博客标签
新窗口打开
复制链接地址
复制选中文本
粘贴文本
站内搜索
百度搜索
复制此图片
下载此图片
用户协议
免责声明
复制地址
关闭热评
轉為繁體
切换模式
热评
登录
没有账号?立即注册
邮箱
验证码
发送验证码
记住登录
账号密码登录
登录
用户名或邮箱
登录密码
记住登录
找回密码
|
免密登录
登录
社交账号登录
QQ登录
微信登录
使用社交账号登录即表示同意
用户协议
、
隐私声明
注册
已有账号,立即登录
设置用户名
邮箱
验证码
发送验证码
设置密码
注册
已阅读并同意
用户协议
、
隐私声明
扫码登录
使用
其它方式登录
或
注册
扫码登录
扫码登录即表示同意
用户协议
、
隐私声明
最近因事业繁忙,随缘更新
如有不便,敬请谅解!
开通会员享特权
专属内容无限访问
下载权限提升至最高级
专属子比付费美化优惠
免费下载更多精品资源
¥29.9
¥39.9
Vip会员 · 立省30元
立即开通
每日签到
在线
扫码关注公众号
获取更多专属内容和最新资讯
展开全屏
返回顶部