Forum Replies Created

Viewing 1 replies (of 1 total)
  • Can anyone help me change my header? The Doc are no help.

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml”&gt;
    <head profile=”http://gmpg.org/xfn/1″&gt;
    <meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <meta name=”robots” content=”index, follow” />

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

    <!–[if IE]>
    <link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/ie.css” media=”screen” type=”text/css” />
    <![endif]–>
    <!–[if lte IE 7]>
    <link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/ie7.css” media=”screen” type=”text/css” />
    <script src=”<?php bloginfo(‘template_directory’); ?>/focus.js” type=”text/javascript”></script>
    <![endif]–>

    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <?php wp_get_archives(‘type=monthly&format=link’); ?>

    <title><?php if(is_home()) bloginfo(‘name’);
    elseif(is_search()) {
    if(wp_specialchars($s,1) != ‘ ‘) {echo ‘ Search Results for '’.trim(wp_specialchars($s,1)).’' on ‘;bloginfo(‘name’);}
    else {bloginfo(‘name’);echo’ – No search query entered!’;}
    }
    elseif (is_tag()) {echo ‘Posts tagged with'’;trim(single_tag_title());echo ‘' on ‘;bloginfo(‘name’);}
    elseif (is_404()) {bloginfo(‘name’);echo’ – Page not found!’;}
    elseif (have_posts()) {bloginfo(‘name’); echo ‘:’;wp_title(”,true);}
    else {bloginfo(‘name’);echo’ – Page not found!’;}?></title>

    <?php wp_head(); ?>

    </head>

    <body id=”top”>

    <ul class=”jumplinks”>

Viewing 1 replies (of 1 total)