1 Star 6 Fork 1

神秘布偶猫 / iEmo主题

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
search.php 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
神秘布偶猫 提交于 2023-03-03 01:11 . 0.4.2
<?php get_head(); ?>
<div class="container search">
<?php get_header(); ?>
<main>
<?php get_nav(); ?>
<div class="content">
<article>
<h2>搜索 <span>Search.</span></h2>
<h3>搜索关键词:<span><?php the_search_query(); ?></span></h3>
<div class="search-box">
<ul>
<?php if(have_posts()) : ?>
<?php while(have_posts()) : the_post(); ?>
<li>
<div class="left">
<a href="<?php the_permalink(); ?>">
<?php
if (has_post_thumbnail()) {
the_post_thumbnail();
} else { ?>
<img src="<?php if(first_post_cover(get_the_content())){echo first_post_cover(get_the_content());}else{echo default_post_cover();} ?>?<?=the_ID()?>" alt="" >
<?php }
?>
</a>
</div>
<div class="right">
<p><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></p>
<span><i class="iconfont icon-clock"></i> <?php echo get_the_date(); ?></span>
</div>
</li>
<?php endwhile; ?>
<?php endif; ?>
</ul>
</div>
<?php require 'inc/ajax/ajax-search.php'; ?>
</article>
<?php get_aside(); ?>
</div>
</main>
</div>
<?php get_foot(); ?>
1
https://gitee.com/kannafay/iEmo.git
git@gitee.com:kannafay/iEmo.git
kannafay
iEmo
iEmo主题
master

搜索帮助