• Resolved zasea

    (@zasea)


    Hi there –

    I am currently trying to edit the coding to remove the header from the opening page. I am not sure of what coding nor where to place the coding to cause this to happen on this single page. Please advice and thank you for your help.

    I am currently using the TESSERACT theme.

    The following is the opening coding in the header.php

    <?php
    /**
    * The header for our theme.
    *
    * Displays all of the <head> section and everything up till <div id=”content”>
    *
    * @package Tesseract
    */
    ?><!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=”https://gmpg.org/xfn/11″&gt;
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>

    <?php wp_head(); ?>

    </head>

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Removing Header’ is closed to new replies.