<!DOCTYPE html>

<html <?php language_attributes(); ?>>

<head>

    <meta charset="<?php bloginfo('charset'); ?>">

    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title><?php wp_title('|', true, 'right'); ?> <?php bloginfo('name'); ?></title>

    <link rel="profile" href="http://gmpg.org/xfn/11">

    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">

    <?php wp_head(); ?>

</head>

<body <?php body_class(); ?>>

    <header class="site-header">

        <div class="site-branding">

            <div class="site-logo">

                <img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" alt="Metallica Logo">

            </div>

            <h1 class="site-title"><?php bloginfo('name'); ?></h1>

        </div>

    </header>


    <nav class="main-navigation">

        <div class="container">

            <?php

            wp_nav_menu(array(

                'theme_location' => 'primary',

                'menu_class' => 'nav-menu',

                'container' => false,

            ));

            ?>

        </div>

    </nav>


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

        <div class="hero-section">

            <div class="hero-content">

                <h1><?php bloginfo('name'); ?></h1>

                <p><?php bloginfo('description'); ?></p>

            </div>

        </div>

    <?php endif; ?>

Willkommen bei Metallica

Die legendäre Heavy-Metal-Band aus California

Zu den News

Sample Page

This is an example page. It’s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:

Hi there! I’m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin‘ caught in the rain.)

…or something like this:

The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.

As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!