%PDF- %PDF-
Direktori : /var/www/projetos/stb.ind.br/wp-content/themes/maxbizz/page-templates/ |
Current File : //var/www/projetos/stb.ind.br/wp-content/themes/maxbizz/page-templates/shop-page.php |
<?php /** * * Template Name: Checkout & Cart Page * Description: A Page Template with a design. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Maxbizz */ get_header(); ?> <div class="entry-content"> <div class="container"> <div class="row"> <div id="primary" class="content-area col-md-12"> <main id="main" class="site-main"> <?php while ( have_posts() ) : the_post(); the_content(); endwhile; // End of the loop. ?> </main><!-- #main --> </div><!-- #primary --> </div> </div> </div> <?php get_footer();