HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/gaytubesite.com/public_html/wp-content/themes/ansiy/search.php
<?php get_header(); ?>
<div id="wrapper">
		<div id="main">
			<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
			<h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
			<p class="details">Posted on <?php the_time('F j, Y'); ?> - Filed Under <?php the_category(', ') ?> | <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?></p>
			<?php the_excerpt(__('Readmore »'));?><a href="<?php the_permalink() ?>" style="margin:0 0 15px 2px;">Read More..&gt;&gt;</a>
			<?php endwhile; else: ?>
			<p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>
			<p><?php posts_nav_link(' &#8212; ', __('&laquo; go back'), __('keep looking &raquo;')); ?></p>
		</div>
	<?php include(TEMPLATEPATH."/left_sidebar.php");?>
	<?php include(TEMPLATEPATH."/right_sidebar.php");?>
<?php get_footer(); ?>