Viewing File: /home/u103475381/domains/scunna.com/public_html/wp-content/themes/bones_elementor/page.php

<?php
/*
 Template Name: Padrão
*/
 ?>
<?php get_header(); ?>

			<div id="content">

				<div id="inner-content" class="cf">

						<main id="main" class="m-all t-all d-all cf" role="main">

							<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

							<article id="post-<?php the_ID(); ?>" <?php post_class( 'cf' ); ?> role="article">

								<section class="entry-content cf" itemprop="articleBody">
									
									<?php the_content(); ?>
								
								</section> <?php // end article section ?>

								<footer class="article-footer cf">

								</footer>

							</article>

							<?php endwhile; endif; ?>

						</main>

						<?php //get_sidebar(); ?>

				</div>

			</div>

<?php get_footer(); ?>
Back to Directory File Manager