[wp-pro] title tag disappeared

james at cometocapetown.com james at cometocapetown.com
Sun Jun 22 01:13:55 GMT 2008


Can someone please assist me to get my title tag back? My coding leaves a
lot to be desired ;(

Here is my header.php 

 

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head profile="http://gmpg.org/xfn/11">

<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>;
charset=<?php bloginfo('charset'); ?>" />

 

 

<title><?php wp_title(); ?> | <?php bloginfo('name'); ?></title>

 

<!-- leave this for stats -->

<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />

<meta name="keywords" content="Most important keyword phrases, more keyword
phrases, even more keyword phrases, to Less important keyword phrases" />

<meta name="description" content="Put in a 1-2 sentence description of your
site that will be displayed in Google" />

 

<script type="text/javascript" src="<?php bloginfo('template_directory');
?>/javascript/taber.js"></script>

<script type="text/javascript" src="<?php bloginfo('template_directory');
?>/javascript/hmenu.js"></script>

 

<link rel="shortcut icon" type="image/ico" href="<?php
bloginfo('template_directory'); ?>/favicon.ico" />

<link rel="alternate" type="application/rss+xml" title="<?php
bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />

<style type="text/css" media="screen"> @import url( <?php
bloginfo('stylesheet_url'); ?> );     </style>

 

<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

 

<?php wp_head(); ?>

 

</head>

 

<body>

 

<div id="container">

<div id="header">

 

                <!-- Logo -->

                <h1><a href="<?php echo get_settings('home'); ?>/">

                                <?php bloginfo('name'); ?></a>

                </h1>

 

  <div id="search">

    <form method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">

      <p>

        <input type="text" name="s" id="s" value="Search..." onfocus="if
(this.value == 'Search...') {this.value = '';}" 

                                                                onblur="if
(this.value == '') {this.value = 'Search...';}" class="input"  />

        <input type="submit" name="Submit"  value="GO" class="button" />

      </p>

    </form>

    <p class="Feed"><a href="feed:<?php bloginfo('rss2_url'); ?>">RSS
FEED</a></p>

  </div><!--Search End -->

 

</div><!-- end #header -->

 

<ul id="dropnav" class="clearfix">

  <?php wp_list_pages('sort_column=menu_order&depth=5&title_li=');?>

  <li class="page_item"></span><a href="<?php echo get_settings('home');
?>/?page=1" title="Home">Blog</a></span></li>

</ul><!--Main Nav End-->

 

<div id="content-wrap">

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://comox.textdrive.com/pipermail/wp-pro/attachments/20080622/9cafdadf/attachment-0001.htm


More information about the wp-pro mailing list