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

Dir : /home/trave494/newexitinggames.kerihosting.com/wp-content/themes/spacebox/
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/newexitinggames.kerihosting.com/wp-content/themes/spacebox/archive.php

<?php get_header(); ?>

<div class="listing-tabs">
	<ul>
		<li><a href="<?php echo home_url(); ?>" class="new">New Games</a></li>
		<?php if(function_exists('the_views')) { ?>
		<li><a href="<?php echo home_url(); ?>/popular-games/" class="popular">Popular Games</a></li>
		<?php } ?>
		<li>
			<a href="#" class="categories">Categories</a>
			<ul>
				<?php wp_list_categories('sort_column=name&title_li=&depth=4'); ?>
			</ul>
		</li>
	</ul>
</div><!-- e: listing tabs -->

<?php if(have_posts()) : ?>
<div class="game-listing">
	<div class="panels">
		<?php
			$prevlink = str_replace(array("<a href=\"","\" ></a>"),"",get_previous_posts_link(""));
			$nextlink = str_replace(array("<a href=\"","\" ></a>"),"",get_next_posts_link(""));
		?>
		<?php if(get_query_var('paged') > 1) { ?>
		<a href="<?php echo $prevlink; ?>" id="panels1-left" class="panel-left"></a>
		<?php } ?>
		<a href="<?php echo $nextlink; ?>" id="panels1-right" class="panel-right"></a>
		
		<div class="panel" id="panel1">
			<ul>
				<?php while (have_posts()) : the_post(); ?>
				<li class="is-new"><a href="<?php the_permalink() ?>" title="Play <?php the_title_attribute(); ?>"><?php myabp_print_thumbnail(100,100); ?></a></li>
				<?php endwhile; ?>
			</ul>
		</div><!-- e: panel 1 -->
	</div><!-- e: panels -->
</div><!-- e: panel wrappers -->
<?php else: ?>
<div class="game-listing">
	<div class="panels">
		<div class="panel" id="panel1">
			<p><?php _e("Sorry, but you are looking for something that isn't here.", "fungames"); ?></p>
		</div><!-- e: panel 1 -->
	</div><!-- e: panels -->
</div><!-- e: panel wrappers -->
<?php endif; ?>

<?php get_footer(); ?>