1 Star 0 Fork 30

anson / smarty_hankin

forked from wordpress-theme / smarty_hankin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
custom-topics.php 765 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hankin-han 提交于 2019-10-22 10:04 . 处理 copyright
<?php
/*
Template Name: 专题
*/
?>
<?php get_header(); ?>
<!-- [ Main Content ] start -->
<section class="pcoded-main-container" id="content">
<div class="pcoded-content">
<!-- [ breadcrumb ] start -->
<?php get_template_part( 'layouts/home/breadcrumb' );?>
<!-- [ breadcrumb ] end -->
<div class="row">
<div class="col-md-12">
<!-- [ list ] start -->
<?php get_template_part( 'layouts/home/list_topics' );?>
<!-- [ list ] end -->
</div>
</div>
</div>
<!-- [ copyright ] start -->
<?php get_template_part( 'layouts/footer/copyright' );?>
<!-- [ copyright ] end -->
</section>
<!-- [ Main Content ] end -->
<?php get_footer(); ?>
PHP
1
https://gitee.com/chenpi-cn/smarty_hankin.git
git@gitee.com:chenpi-cn/smarty_hankin.git
chenpi-cn
smarty_hankin
smarty_hankin
master

搜索帮助