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/page_popular.php

<?php /* Template name: Popular */ ?>
<?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 -->



<div class="game-listing">
	<div class="panels">
		<?php if (function_exists('the_views')) { ?>
		<div class="panel" id="panel1">
			<ul>
				<?php
					$recent = new WP_Query("cat=&showposts=45&v_sortby=views&v_orderby=desc&paged=".get_query_var('paged'));
					while($recent->have_posts()) : $recent->the_post();
				?>
				<li class="is-popular"><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 -->
		<?php } else { ?>
		<div class="panel" id="panel1">
			<p>Page not available!</p>
		</div><!-- e: panel 1 -->
		<?php } ?>
	</div><!-- e: panels -->
</div><!-- e: panel wrappers -->
<?php get_footer(); ?>