Sindbad~EG File Manager

Current Path : /home/nicedoo/www/wp-content/themes/grocery-shopping/
Upload File :
Current File : /home/nicedoo/www/wp-content/themes/grocery-shopping/full-width.php

<?php 

/* Template Name: Full Width Template */

get_header(); ?>

<div id="content">
  <div class="container">
    <?php
      while ( have_posts() ) :
        the_post();
        get_template_part( 'template-parts/content', get_post_type());

        wp_link_pages(
          array(
            'before' => '<div class="grocery-shopping-pagination">',
            'after' => '</div>',
            'link_before' => '<span>',
            'link_after' => '</span>'
          )
        );
        comments_template();
      endwhile;
    ?>
  </div>
</div>

<?php get_footer(); ?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists