This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.php
145 lines (135 loc) · 5.7 KB
/
search.php
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<?php get_header(); ?>
<div class="container">
<div class="col-xs-12 col-sm-9 main-frame">
<div class="row main-frame-row">
<div class="col-xs-12 col-sm-12 jp_page_breadcrumbs visible-xs-inline-block visible-sm-block visible-md-block visible-lg-block">
<ol class="breadcrumb">
<li><a rel="bookmark" href="<?php echo home_url(); ?>"><?php _e('Home', JUMPING_NAME);?></a></li>
<?php the_post(); ?>
<li><span class="breadcrumb-arrow"></span><?php _e( 'Search keyword', JUMPING_NAME ); ?></li>
<i class="fa fa-caret-right"></i>
<span class="breadcrumb-arrow"></span>
<?php the_search_query(); ?>
</ol>
</div>
<?php if ( have_posts() ):while ( have_posts() ) : the_post();
$post_thumbnail = jumping_thumbnail( 'index-thumbnail', 130, 130 );
$post_class = 'col-xs-12 col-sm-12 col-lg-12 jp_post_list';
if ( $post_thumbnail["exist"] ) {
$post_class .= ' jp_post_thumbnail';
}else{
$post_class .= ' jp_post_normal';
}
?>
<div id="post-<?php the_ID(); ?>" class="<?php echo $post_class; ?>">
<div class="col-xs-12 col-sm-12 col-lg-12 post_title">
<h2>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
</h2>
</div>
<div class="col-xs-12 col-sm-12 col-lg-12 post-meta">
<ul class="post_meta_ul">
<li class="inline-li">
<i class="fa fa-calendar-check-o"></i>
<?php the_time( 'Y-m-d H:i' ); ?>
</li>
<li class="inline-li">
<span class="post-span"> | </span>
</li>
<li class="inline-li">
<i class="fa fa-tags"></i>
<?php the_category( ' , ' ); ?>
</li>
<li class="inline-li">
<span class="post-span"> | </span>
</li>
<li class="inline-li">
<?php jumping_views(); ?>
</li>
<li class="inline-li">
<span class="post-span">|</span>
</li>
<li class="inline-li">
<i class="fa fa-comments-o"></i>
<?php comments_popup_link( __( '0 reply', JUMPING_NAME ), __( '1 reply', JUMPING_NAME ), __( '% replies', JUMPING_NAME ) ); ?>
</li>
</ul>
</div>
<div class="col-xs-12 col-sm-12 col-lg-12 post-body">
<?php if ( $post_thumbnail["exist"] ) : ?>
<div class="col-xs-12 col-sm-2 col-lg-2 post-thumbnail">
<a href="<?php the_permalink() ?>" rel="bookmark">
<img class="lazy img-thumbnail"
src="<?php echo jumping_thumbnail_url(jumping_image( 'placeholder.png' ) ); ?>"
data-original="<?php echo jumping_thumbnail_url($post_thumbnail); ?>"
alt="<?php the_title(); ?>" width="130" height="130"/>
</a>
</div>
<div class="col-xs-12 col-sm-10 col-lg-10 post-content">
<div class="col-xs-12 col-sm-12 col-lg-12 post-content-main">
<?php
$short_post = jumping_excerpt( $post->post_content, 320 );
$short_post = empty($short_post) ? "该文章没有预览内容,请直接进入文章页浏览。" : $short_post;
printf( '<p>%s</p>', $short_post );
?>
</div>
<div class="col-xs-12 col-sm-12 col-lg-12 post-view-all">
<a class="view-all" href="<?php the_permalink() ?>">阅读全文 »</a>
</div>
</div>
<?php else : ?>
<div class="col-xs-12 col-sm-12 col-lg-12 post-content">
<div class="col-xs-12 col-sm-12 col-lg-12 post-content-main">
<?php
$short_post = jumping_excerpt( $post->post_content, 320 );
$short_post = empty($short_post) ? "该文章没有预览内容,请直接进入文章页浏览。" : $short_post;
printf( '<p>%s</p>', $short_post );
?>
</div>
<div class="col-xs-12 col-sm-12 col-lg-12 post-view-all">
<a class="view-all" href="<?php the_permalink() ?>">阅读全文 »</a>
</div>
</div>
<?php endif; ?>
</div>
</div>
<?php endwhile; else: ?>
<div class="col-xs-12 col-sm-12 col-lg-12">
<h2><?php _e('抱歉。'); ?></h2>
<p><?php _e('没有内容!'); ?></p>
</div>
<?php endif; ?>
</div>
<div class="row">
<nav class="text-center" aria-label="Page navigation">
<ul class="pagination">
<?php jumping_pagenavi(); ?>
</ul>
</nav>
</div>
</div>
<!-- 右侧边栏 -->
<div class="col-xs-12 col-sm-3" id="sidebar">
<div class="widget_self">
<img src="<?php echo jumping_image('jumbotron_self.png'); ?>" class="img-responsive img-circle center-block" alt="侧栏个人头像" width="120px">
<div class="widget_self_intro text-center">
<?php
$authorName = jumping_setting( 'author-name' );
$author_name = empty($authorName) ? '博主' : $authorName;
$weiboName = jumping_setting( 'weibo-link' );
$weibo_name = empty($weiboName) ? '#' : $weiboName;
$facebookName = jumping_setting( 'facebook-link' );
$facebook_name = empty($facebookName) ? '#' : $facebookName;
$githubName = jumping_setting( 'github-link' );
$github_name = empty($githubName) ? '#' : $githubName;
?>
<h4><?php echo $author_name ?></h4>
<a href="<?php echo $weibo_name ?>" class="i_weibo" target="_blank" rel="external nofollow"><i class="fa fa-weibo fa-lg"></i></a>
<a href="<?php echo $github_name ?>" class="i_github" target="_blank" rel="external nofollow"><i class="fa fa-github fa-lg"></i></a>
<a href="<?php echo $facebook_name ?>" class="i_facebook" target="_blank" rel="external nofollow"><i class="fa fa-facebook-square fa-lg"></i></a>
</div>
</div>
<?php get_sidebar(); ?>
</div>
</div>
<?php get_footer(); ?>