PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/seoservicesforyou.kerihosting.com/wp-content/themes/seo_reseller_v1/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : //home/trave494/seoservicesforyou.kerihosting.com/wp-content/themes/seo_reseller_v1/search.php

<?php get_header();?>
<div class="clear"></div>
<div id="main">
	<div class="base">
		<div class="content_area articles">
			<div class="search_wrap">
				<form class="search" action="<?php bloginfo('url'); ?>/" method="get">
					<input class="keyword" type="text" name="s" id="s" value="Search" onfocus="if (this.value == 'Search') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search';}"/>
					<input class="submit" value="" type="submit"/>
				</form>
			</div>
			<div class="title_cost">Search Results for <span><?php the_search_query(); ?></span>:</div>
			<div class="all_articles">
				<ul>    
				<?php while ( have_posts() ) : the_post(); ?>				
					<li class="article_item">
						<div class="art_title">
							<a href="<?php the_permalink() ?>" title="Read full article"><?php echo the_title();?></a>
						</div>
						<span>
							<?php if ( has_post_thumbnail() ) { the_post_thumbnail();}?>
						</span>
						<div class="art_text">
							<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>><?php the_excerpt();?></div>
						</div>
						<div class="art_info">
							<div class="art_date">
								<?php the_time('F j, Y');?><?php echo " in ";?><?php echo get_the_term_list( get_the_ID(), 'category' )  ?>
							</div>
							<div class="art_more">
								<a href="<?php the_permalink() ?>" title="Read more">Read more</a>
							</div>						
						</div>

					</li>
					<?php endwhile; ?>
				</ul>
				<div class="navigation">
				  <?php wp_pagenavi(); ?>
				</div>				
			</div>
		</div>
		<div class="sidebar_area home">
			<?php get_sidebar('articles');?>
		</div>
	</div>
</div>
<div class="clear"></div>
<?php get_footer();?>