The header.php

header.php

 

 

<!doctype html>

<!-- Displays the language attributes -->
<html <?php language_attributes(); ?>>

<head>
    <!-- Required meta tags -->

    <!-- == Special characters in WordPress UTF-8 == -->
    <meta charset="<?php bloginfo( 'charset' ); ?>" />

    <!-- == for responsive == -->
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <meta name="description" content="Keywords">
    <meta name="author" content="Name">

    <!--== A link for the Pingback URL of site ==-->
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

    <!--== Bootstrap CSS ==-->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">

    <!--=== TITLE ===-->
    <title><?php wp_title(); ?> - <?php bloginfo( 'name' ); ?></title>

    <!--=== WP_HEAD() ===-->
    <?php wp_head(); ?>
</head>

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



    > <?php wp_title(); ?> - <?php bloginfo( 'name' ); ?> >

Comments