PHP Classes

File: header.php

Recommend this page to a friend!
  Classes of Victor Andeloci   Project P Wordpress Podcast Theme   header.php   Download  
File: header.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Project P Wordpress Podcast Theme
Publish pages for a podcast in a WordPress site
Author: By
Last change:
Date: 11 months ago
Size: 774 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html lang="pt-BR" dir="ltr">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="theme-color" content="#000000">
    <title><?= wp_title() ?></title>

    <?php wp_head(); ?>

    <link rel="stylesheet" href="<?= get_template_directory_uri() ?>/style.css?v=<?= PP_VERSION ?>">

    <script>
      const siteUrl = '<?= get_site_url() ?>';
      const apiUrl = '<?= get_site_url() ?>/wp-admin/admin-ajax.php';
    </script>
    <script src="<?= get_template_directory_uri() ?>/main.min.js?v=<?= PP_VERSION ?>" charset="utf-8" defer></script>
  </head>
  <body style="background-image: url(<?= get_template_directory_uri() ?>/assets/img/wall_7.jpeg);">
    <div class="overlay"></div>