加入 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(); ?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化