Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter tcollins005

    (@tcollins005)

    This is the code from the first part of the header.php file

    <!DOCTYPE html>
    <html xmlns=”https://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>
    <head>
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″>

    <title><?php wp_title(”); ?></title>

    <link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” media=”screen” />

    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <?php wp_head(); ?>

    <!–[if IE 7 ]><link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_url’); ?>/ie7.css” /><![endif]–>

    Does that provide any help?
    Apologies for my ignorance, I’m a raw beginner with HTML.

    Theme is Sportpress 2.1.2

Viewing 1 replies (of 1 total)