HEX
Server: nginx/1.18.0
System: Linux oas2 6.8.0-1039-oracle #40~22.04.1-Ubuntu SMP Wed Oct 29 05:11:00 UTC 2025 aarch64
User: root (0)
PHP: 8.1.2-1ubuntu2.23
Disabled: NONE
Upload Files
File: /var/www/ecom/wp-content/themes/electro/template-page-blank.php
<?php
/**
 * Template Name: Blank Page Template
 *
 * @package electro
 */
remove_action( 'electro_content_top', 'electro_breadcrumb', 10 );

electro_get_header( 'blank' ); ?>

	<div id="primary" class="content-area">
		<main id="main" class="site-main">

		<?php 

		while ( have_posts() ) : the_post(); 

			do_action( 'electro_page_before' );

			get_template_part( 'templates/contents/content', 'page' );

			/**
			 * @hooked electro_display_comments - 10
			 */
			do_action( 'electro_page_after' );

		endwhile; // end of the loop.

		?>

		</main><!-- #main -->
	</div><!-- #primary -->

<?php 

get_footer( 'blank' );