I only see it once in source code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head><title>{ UNIQLOVE blog }</title>
</head>
Check your header.php it will in this file.
Forgive me, I don’t quite understand. When I view source, it shows up in two spots. Can you explain the header.php further? Should it not be in that one?
Thanks for your patience.
Click on Appearance>>>Editor and right you will see all your theme files click on header.php and first line should have <!DOCTYPE
all pages when created header.php file is the first one used.
Yes, it’s correctly placed in the header.php. Should it also be in the index.php too? Currently I have it first on there too.
No it should not be any other file but header.php as each template file has
get_header(); ?>
This code gets the header.php file
Okay, so here is how index.php is currently. Where then will the get_header(); ?> move too? Within <head> or above?
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” lang=”en” xml:lang=”en”>
<head><title>{ UNIQLOVE blog }</title>
</head>
<body>
<p style=”margin-top:0px;”>
<img id=”spacer” alt=”top spacer” src=”http://uniqlove.com//sitebuildercontent/11/topleft5.gif” />
<img id=”image7″ alt=”UNIQLOVE tag” src=”http://uniqlove.com//sitebuildercontent/11/toptag5.2.gif” />
</p>
<?php get_header(); ?>
<div id=”content-wrap”>
<div id=”content”>
<?php get_header(); ?> this code is adding your header.php file anything above is repeated so take out the code above the header code