-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.php
More file actions
28 lines (26 loc) · 905 Bytes
/
search.php
File metadata and controls
28 lines (26 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
/***************************************
## Theme URI: http://www.chenxingweb.com/wp-theme-cx-udy.html
## Author: 晨星博客
## Author URI: http://www.chenxingweb.com
## Description: 简洁时尚自适应图片主题,适合各种图片展示类网站,有问题请加QQ群565616228请求帮助。
## Theme Name: CX-UDY
## Version: 0.1
****************************************/
wp_get_header();?>
<div class="fl">
<div class="fl_title">
<div class="fl01"> 搜索结果:</div>
</div>
<div class="filter-wrap">
<div class="filter-tag">
<div class="fl_list"><span> 共找到<?php global $wp_query; echo $wp_query->found_posts; ?>篇关于“<?php echo get_search_query(); ?>”的内容</span>
</div>
</div>
</div>
</div>
<?php
/** 调用分类列表 **/
cx__template('archive');
/**底部**/
get_footer();