🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
duzhbywe
/
appmen.com.ng
/
wp-content
/
themes
/
blogair
✏️
Editing: header.php
<?php /** * The header for the blogair theme * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package WordPress * @subpackage Blogair * * @since Blogair 1.0.0 */ ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class('blogair-theme'); ?>> <?php if ( function_exists('wp_body_open') ) { wp_body_open(); }else{ do_action('wp_body_open'); } ?> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e('Skip to content','blogair'); ?></a> <?php do_action( 'blogone_site_before' ); ?> <div class="bs-page_wrapper"> <?php do_action( 'blogone_site_inner_before' ); ?> <?php do_action('blogone_header'); ?> <div id="content" class="content">
💾 Save Changes
❌ Cancel