0
点赞
收藏
分享

微信扫一扫

子比主题v6.9.2 开心版源码下载【子比最新版】

绣文字 2023-02-10 阅读 114

一,子比主题v6.9.2 免费版源码下载

Zibll子比主题我们想必都听说过它,在亲自尝试之后发现它的优点很大。那么我给大家提供了一个免费版本的,激活过程如下:

1.1什么是Zibll子比主题?

Zibll子比主题专为阅读类网站开发,设计简约优雅、功能全面。UI界面模块化、多种布局、多种显示效果可选择,高度自由化,更容易搭配出自己喜欢的网站。支持付费阅读,付费下载,付费视频的支付功能和完善用户VIP会员系统加上强大的模块化编辑器工具,为站长提供有力的生产力。整体的开发理念都是围绕着阅读体验,减少花里胡哨的无用功能,把核心都集中在内容上。页面的布局、间距、功能都精心设计,只为让页面浏览更加自然,让用户更加易于阅读,让作者更加易于写作。

1.2特点

V6.9.2

新增列表中的视频封面静音播放的开关选项 新增前台发布和前台发帖在编辑器中粘贴图片直接上传功能(拥有上传图片的用户直接可使用此功能) 修复会员升级可能无法显示跨级升级选项的 bug 修复前台发布通过外链插入的图片无法点击显示原图的 bug 修复某些情况下可能会出现 REST API 错误的 bug 修复后台健康检查可能会出现的 PHP 会话未关闭的性能错误 修复付费界面中会员价格可能会错位的 bug 修复搜索功能置顶搜索词语不能输入空格的 bug 修复一个中危 XSS 漏洞

二.效果展示

2.1 部分源码

get_header(); ?>
<?php if (function_exists('dynamic_sidebar')) {
	echo '<div class="container fluid-widget">';
	dynamic_sidebar('all_top_fluid');
	dynamic_sidebar('cat_top_fluid');
	echo '</div>';
}
?>
<main role="main" class="container">
	<div class="content-wrap">
		<div class="content-layout">
			<?php if (function_exists('dynamic_sidebar')) {
				dynamic_sidebar('cat_top_content');
			}
			?>
			<?php
			zib_topics_cover();
			echo '<div class="posts-row ajaxpager">';
			zib_ajax_option_menu('topics');
			zib_posts_list();
			zib_paging();
			echo '</div>';
			?>
			<?php if (function_exists('dynamic_sidebar')) {
				dynamic_sidebar('cat_bottom_content');
			}
			?>
		</div>
	</div>
</main>
<?php if (function_exists('dynamic_sidebar')) {
	echo '<div class="container fluid-widget">';
	dynamic_sidebar('cat_bottom_fluid');
	dynamic_sidebar('all_bottom_fluid');
	echo '</div>';
}
?>
<?php get_footer(); ?>

文章页面:

<main role="main" class="container">
    <div class="content-wrap">
        <div class="content-layout">
            <?php
            //头部小工具
            if (function_exists('dynamic_sidebar')) {
                dynamic_sidebar('single_top_content');
            }
            //主内容
            zib_single();

            //评论模块
            comments_template('/template/comments.php', true);

            //底部小工具
            if (function_exists('dynamic_sidebar')) {
                dynamic_sidebar('single_bottom_content');
            }
            ?>
        </div>
    </div>
    <?php get_sidebar(); ?>
</main>

2.2 效果展示

image-20230210151953341

三.源码下载及其视频演示

3.1源码下载

蓝奏云:https://jobpig.lanzouy.com/iGUAU0n50upe

image-20230210151218274

举报

相关推荐

0 条评论