1 Star 0 Fork 40

会飞滴企鹅/wordpress-theme-puock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.php 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
<?php get_header() ?>
<?php if(pk_get_option('index_mode')!='company'): ?>
<div id="content" class="mt15 container">
<?php get_template_part('ad/global','top') ?>
<div class="row row-cols-1">
<div class="col-lg-<?php pk_hide_sidebar_out('12','8') ?> col-md-12 <?php pk_open_box_animated('animated fadeInLeft') ?> ">
<?php if(isset($paged) && $paged<=1): ?>
<div class="<?php pk_open_box_animated('animated fadeInLeft') ?>">
<?php get_template_part('templates/module','banners') ?>
</div>
<?php endif; ?>
<div class="<?php pk_open_box_animated('animated fadeInLeft') ?>
<?php echo pk_post_style_list() ? '':'pr-0 pl-0' ?>">
<div>
<?php get_template_part('templates/module','posts') ?>
</div>
</div>
</div>
<?php get_sidebar() ?>
</div>
<?php get_template_part('templates/module','cms') ?>
<?php get_template_part('templates/module','links') ?>
<?php get_template_part('ad/global','bottom') ?>
</div>
<?php else: get_template_part('templates/page','company'); endif; ?>
<?php get_footer() ?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/L1334101793/wordpress-theme-puock.git
git@gitee.com:L1334101793/wordpress-theme-puock.git
L1334101793
wordpress-theme-puock
wordpress-theme-puock
master

搜索帮助