HEX
Server: Apache
System: Linux ecngx285.inmotionhosting.com 4.18.0-553.79.1.lve.el8.x86_64 #1 SMP Wed Oct 15 17:59:35 UTC 2025 x86_64
User: zeusxp5 (3862)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/zeusxp5/chuair.org/wp-content/plugins/post-and-page-builder/includes/template/page/body.php
<main class="main bg-custom-template <?php print ! empty( $sidebar_location ) ? $sidebar_location : ''?>"
	role="main">
	<div class="bge-content-main">
		<article id="post-<?php the_ID(); ?>" <?php post_class( 'bg-page-article' ); ?>>
			<?php
			the_post();

			if ( Boldgrid_Editor_Service::get( 'page_title' )->has_title_displayed() && get_the_title() ) { ?>
				<header class="container entry-header">
					<h1 class="entry-title"><?php the_title(); ?></h1>
				</header>
			<?php } ?>

			<div class="bge-entry-content">
				<?php the_content(); ?>
			</div>
			<?php include( __DIR__ . '/entry-footer.php' ); ?>
		</article>

		<?php include( __DIR__ . '/wp-link-pages.php' ); ?>
	</div>
	<?php if ( ! empty( $sidebar_location ) ) { ?>
	<div class="bge-sidebar">
		<?php do_action( 'boldgrid_editor_sidebar' ); ?>
	</div>
	<?php } ?>
</main>