HEX
Server: LiteSpeed
System: Linux s12873.lon1.stableserver.net 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: jairicem (1242)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/jairicem/basicconceptenergy.com/wp-content/themes/electro/single.php
<?php 
/**
 * The main template file.
 *
 * This is the single post template file in a WordPress theme
 *
 * @package electro
 */

electro_get_header();

	do_action( 'electro_before_main_content' );

	if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'single' ) ) :

		while ( have_posts() ) : the_post();
		
		do_action( 'electro_single_post_before' );
		
		get_template_part( 'templates/contents/content', 'single' );

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

		endwhile; // end of the loop.

	endif;

	do_action( 'electro_after_main_content' );

get_footer();