1 Star 10 Fork 6

秋天不回来/wordpress Readpress theme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 809 Bytes
一键复制 编辑 原始数据 按行查看 历史
muchenkezhan 提交于 2022-04-03 22:18 +08:00 . “1.2更新”
<?php get_header();?>
<div class="layui-content">
<div class="layui-container <?php $module_home = _read('home_mode'); foreach ($module_home['enabled'] as $key => $value) if($key=='home-blog'){echo 'layui-container-blog';} ?>">
<div class="layui-row main">
<?php $module_home = _read('home_mode');
if (!$module_home['enabled']) {
echo '<h2 style=" text-align: center; margin: 0 auto; padding: 60px; ">请前往后台-主题设置-设置首页模块!</h2>';
}
if ($module_home['enabled']) {
foreach ($module_home['enabled'] as $key => $value) {
@get_template_part('home/'.$key);
}
}
?>
</div>
</div>
<div class="pagination" id="pagenavi">
<p><?php lingfeng_pagenavi();?></p>
</div>
</div>
<!-- 页面布局结束 -->
<?php get_footer();?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/MUCEO/readpress.git
git@gitee.com:MUCEO/readpress.git
MUCEO
readpress
wordpress Readpress theme
master

搜索帮助