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

<?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" itemscope itemprop="mainContentOfPage" itemtype="http://schema.org/Blog">

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

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

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

							</article> <?php // end article ?>

						<?php endwhile; ?>

					<?php else : ?>

						<article id="post-not-found" class="hentry cf">
							<header class="article-header">
								<h1><?php _e( 'Oops, post não encontrado!', 'bonestheme' ); ?></h1>
							</header>
						</article>

					<?php endif; ?>

				</main>

				<?php //get_sidebar(); ?>

			</div>


		</div>

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