[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
themes
/
astra
/
template-parts
/
header
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 builder
SET
[ DEL ]
📄 header-main-layout.php
867 B
SET
[ EDIT ]
|
[ DEL ]
📄 index.php
111 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: header-main-layout.php
<?php /** * Template for Primary Header * * The header layout 2 for Astra Theme. ( No of sections - 1 [ Section 1 limit - 3 ) * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @see https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @link https://wpastra.com/ * @since Astra 1.0.0 */ ?> <div class="main-header-bar-wrap"> <div <?php echo wp_kses_post( astra_attr( 'main-header-bar' ) ); ?>> <?php astra_main_header_bar_top(); ?> <div class="ast-container"> <div class="ast-flex main-header-container"> <?php astra_masthead_content(); ?> </div><!-- Main Header Container --> </div><!-- ast-row --> <?php astra_main_header_bar_bottom(); ?> </div> <!-- Main Header Bar --> </div> <!-- Main Header Bar Wrap -->