Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php get_header(); ?>
- <?php get_template_part('content', 'featured-banner'); ?>
- <!-- <div class="blog-post-featured-banner">
- <div class="texture bottom texture-light-grey-bottom"></div>
- <div class="featured-banner" style="background: url() no-repeat center center fixed; background-size: cover;"></div>
- </div> -->
- <div class="container">
- <section>
- <div class="row">
- <div class="col-sm-12 col-md-12">
- <?php if(have_posts()) : ?>
- <?php while(have_posts()) : the_post(); ?>
- <article>
- <div class="row">
- <?php get_template_part('content', 'upcoming-games'); ?>
- </div>
- </article>
- <?php endwhile; ?>
- <?php else : ?>
- <p><?php __('No Page Found'); ?></p>
- <?php endif; ?>
- </div><!-- end column -->
- </div><!--end row-->
- </section>
- </div><!--end container-->
- <?php get_footer(); ?>
Add Comment
Please, Sign In to add comment