加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
search.php 576 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhx 提交于 2017-10-19 12:54 . init
<?php get_header(); ?>
<div class="content-wrap">
<div class="content">
<?php echo _hui('ads_search_01_s') ? '<div class="ads ads-content">'.hui_get_adcode('ads_search_01').'</div>' : '' ?>
<h1 class="title"><strong><?php echo htmlspecialchars($s); ?> <?php echo __('的搜索结果', 'haoui') ?></strong></h1>
<?php if ( !have_posts() ) : ?>
<h3 class="text-muted text-center"><?php echo __('暂无搜索结果', 'haoui') ?></h3>
<?php else: ?>
<?php get_template_part( 'excerpt' ); ?>
<?php endif; ?>
</div>
</div>
<?php
get_sidebar();
get_footer();
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化