HEX
Server: Apache
System: Linux p3plzcpnl507418.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: retoti4c1e1s (10075650)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/retoti4c1e1s/public_html/greatminds.place/wp-content/themes/cassio/single.php
<?php

$arts_is_elementor_page    = arts_is_built_with_elementor();
$arts_enable_portfolio_nav = get_theme_mod( 'enable_portfolio_nav', true );
$arts_post_type            = get_post_type();

get_header();
get_template_part( 'template-parts/masthead/masthead' );

the_post();

?>

<?php if ( ! $arts_is_elementor_page ) : ?>
	<div class="container-fluid container_xs-no-padding">
		<section class="section section_mt-small section_mb-small section_pt-small section_pb-small bg-white">
			<div class="container">
				<div class="row justify-content-center">
					<div class="col">
						<div class="post">
							<div class="post__content clearfix">
								<?php the_content(); ?>
							</div>
						</div>
					</div>
				</div>
			</div>
		</section>
	</div>
<?php else : ?>
	<?php the_content(); ?>
<?php endif; ?>


<?php

if ( $arts_post_type == 'arts_portfolio_item' && $arts_is_elementor_page && $arts_enable_portfolio_nav ) {

	get_template_part( 'template-parts/nav/nav', 'portfolio' );

}

get_footer();