Advertisement
phpface

Untitled

Sep 26th, 2019
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.55 KB | None | 0 0
  1. <?php if( !defined('ABSPATH') ) exit;?>
  2. <?php
  3. /**
  4.  * Template Name: Main Homepage
  5.  */
  6. ?>
  7. <?php get_header();?>
  8.     <?php dynamic_sidebar('mars-featured-videos-sidebar');?>
  9.     <div class="container">
  10.         <?php if ( function_exists('yoast_breadcrumb') ) {
  11.             yoast_breadcrumb('<p id="breadcrumbs">','</p>');
  12.         } ?>   
  13.         <div class="row">
  14.             <div class="col-md-12 col-sm-12 main-content">
  15.                 <?php dynamic_sidebar('mars-home-videos-sidebar');?>
  16.             </div><!-- /.video-section -->
  17.         </div><!-- /.row -->
  18.     </div><!-- /.container -->
  19. <?php get_footer();?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement