1 Star 7 Fork 1

神秘布偶猫/iEmo主题

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
神秘布偶猫 提交于 2023-03-03 01:11 . 0.4.2
<?php get_head(); ?>
<div class="container home">
<?php get_header(); ?>
<main>
<?php get_nav(); ?>
<div class="content">
<article>
<h2>首页 <span>Home.</span></h2>
<?php
if(get_option("iemo_recommend_show") == 'regular') {
require 'inc/home-recommend-regular.php';
} else if(get_option("iemo_recommend_show") == 'swiper'){
require 'inc/home-recommend-swiper.php';
}
?>
<div class="bottom">
<div class="recommend-bar">
<ul>
<li><a class="active"><i class="iconfont icon-bookmark"></i> 最新发布</a></li>
<li><a><i class="iconfont icon-flag"></i> 为你推荐</a></li>
<div class="slider"></div>
</ul>
</div>
<?php require 'inc/home-new.php'; ?>
<?php require 'inc/home-sticky.php'; ?>
</div>
</article>
<?php get_aside(); ?>
</div>
</main>
</div>
<?php get_foot(); ?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kannafay/iEmo.git
git@gitee.com:kannafay/iEmo.git
kannafay
iEmo
iEmo主题
master

搜索帮助