HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/david-walliams.co.uk/public_html-20250117121025/wp-content/themes/personalblogily/header.php
<?php
/**
 * The header for our theme
 *
 * This is the template that displays all of the <head> section and everything up until <div id="content">
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package personalblogily
 */

?>
<!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="http://gmpg.org/xfn/11">
	<?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>
	 
    <?php
    if ( function_exists( 'wp_body_open' ) ) {
        wp_body_open();
    }
    ?>

<a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'personalblogily' ); ?></a>


	<div id="page" class="site">

		<header id="masthead" class="sheader site-header clearfix">
			<div class="content-wrap">

				<?php if ( has_custom_logo() ) : ?>

				<div class="site-branding branding-logo">
					<?php the_custom_logo(); ?>
				</div><!-- .site-branding -->

			<?php else : ?>

			<div class="site-branding">

				<?php if ( is_front_page() && is_home() ) : ?>
				<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
			<?php else : ?>
			<p class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></p>
			<?php
			endif;

			$description = esc_html( get_bloginfo( 'description', 'display' ) );
			if ( $description || is_customize_preview() ) : ?>
			<p class="site-description"><?php echo $description; /* WPCS: xss ok. */ ?></p>
			<?php
			endif;
			?>

		</div><!-- .site-branding -->

		<?php
		endif;
		?>

	</div>
	<nav id="primary-site-navigation" class="primary-menu main-navigation clearfix">

		<a href="#" id="pull" class="smenu-hide toggle-mobile-menu menu-toggle" aria-controls="secondary-menu" aria-expanded="false"><?php esc_html_e( 'Menu', 'personalblogily' ); ?></a>

		<div class="content-wrap text-center">
			<div class="center-main-menu">
				<?php
				wp_nav_menu( array(
					'theme_location'	=> 'menu-1',
					'menu_id'			=> 'primary-menu',
					'menu_class'		=> 'pmenu'
					) );
					?>
				</div>
			</div>

		</nav><!-- #primary-site-navigation -->

		<div class="super-menu clearfix">
			<div class="super-menu-inner">
				<a href="#" id="pull" class="toggle-mobile-menu menu-toggle" aria-controls="secondary-menu" aria-expanded="false"><?php esc_html_e( 'Menu', 'personalblogily' ); ?></a>
			</div>
		</div>

		<div id="mobile-menu-overlay"></div>

	</header><!-- #masthead -->

	<div id="content" class="site-content clearfix">
		<div class="content-wrap">