14 Star 161 Fork 40

Licoy / wordpress-theme-puock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
search.php 803 Bytes
一键复制 编辑 原始数据 按行查看 历史
Licoy 提交于 2023-01-06 11:02 . :sparkles:增加全局顶部/底部区块模板
<?php get_header() ?>
<div id="content" class="mt15 container min-height-container">
<?php get_template_part('templates/box', 'global-top') ?>
<?php echo pk_breadcrumbs() ?>
<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(have_posts()): ?>
<?php get_template_part('templates/module','posts') ?>
<?php else:?>
<?php get_template_part('templates/content','none') ?>
<?php endif;?>
</div>
<?php get_sidebar() ?>
</div>
<?php get_template_part('templates/box', 'global-bottom') ?>
</div>
<?php get_footer() ?>
PHP
1
https://gitee.com/licoy/wordpress-theme-puock.git
git@gitee.com:licoy/wordpress-theme-puock.git
licoy
wordpress-theme-puock
wordpress-theme-puock
master

搜索帮助