HEX
Server: LiteSpeed
System: Linux server257.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: salhiscp (12590)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /home/salhiscp/salhab360photos.com/wp-content/themes/acora/header.php
<?php 
/**
  * Enque files.
  *
  * @package acora
  * @since acora 1.0
  */

// Include deault header
get_template_part('template-parts/header');

// Add header slider
$add_sidebar = is_page_template('page-templates/blog-without-sidebar.php');
if(get_post_type() == 'post' || !empty($add_sidebar)){
	if(((!is_single() && AcoraData::$data->blog_settings['show_header_in_archive'] && empty($wp_query->query_vars['type']))
	|| (is_single() && AcoraData::$data->blog_settings['show_header_in_single'])
	|| !empty($add_sidebar))
	&& !empty(AcoraData::$data->blog_settings['header_images'])){
		get_template_part('template-parts/slider-header');
	}
}