MOON
Server: Apache
System: Linux server1.primemusicproductions.com 4.18.0-477.27.2.el8_8.x86_64 #1 SMP Fri Sep 29 08:21:01 EDT 2023 x86_64
User: primrwxj (1001)
PHP: 8.3.3
Disabled: NONE
Upload Files
File: /home/primrwxj/articlebinder.com/wp-content/themes/larryslist/header.php
<!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="//gmpg.org/xfn/11">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php //wp_body_open hook if WordPress 5.2
    if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); } ?>
<a class="screen-reader-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'larryslist' ); ?>"><?php _e( 'Skip to content', 'larryslist' ); ?></a>
<div id="wrapper">
    <header class="row">
        <section id="masthead" class="c8" role="banner">
            <div class="hgroup">
                <h1 class="site-title"><a href="<?php esc_url( home_url( '/' ) ); ?>/"><?php bloginfo('name'); ?></a></h1>
                <h2 class="site-description"><?php bloginfo('description'); ?></h2>
            </div>
        </section>
            <section class="c4 end">
                <figure id="logo-right">
                    <a href="<?php echo esc_url( home_url( '/' ) ); ?>/"><img src="<?php header_image(); ?>" alt="<?php bloginfo('name'); ?>" /></a>
                </figure>
            </section>
    </header>
        <section id="access" class="row" role="navigation">
                <div class="screen-reader-text">
                    <a href="#content" title="<?php esc_attr_e( 'Skip to content', 'larryslist' ); ?>"><?php esc_html_e( 'Skip to content', 'larryslist' ); ?></a>
                </div>
            <nav class="c12">

                <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>

            </nav>
        </section>