• My header.php file . Help with editing navigation link text . http://new-web-business.com is my blog

    <?php include(TEMPLATEPATH.”/config.inc.php”);?>

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml”&gt;
    <head profile=”http://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”distribution” content=”global” />
    <meta name=”robots” content=”follow, all” />
    <meta name=”language” content=”en, sv” />

    <title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ :’; } ?> <?php bloginfo(‘name’); ?></title>
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <!– leave this for stats please –>

    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php if($db_feedburner_address) { echo $db_feedburner_address; } else { bloginfo(‘rss2_url’); } ?>” /><?php /* if you put your feedburner into the theme options, the autodiscover will use that instead of the WP default feed */ ?>

    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_get_archives(‘type=monthly&format=link’); ?>
    <?php wp_head(); ?>
    <style type=”text/css” media=”screen”>
    <!– @import url( <?php bloginfo(‘stylesheet_url’); ?> ); –>
    </style>
    </head>

    <body>
    <div class=”top”><img src=”<?php bloginfo(‘template_url’); ?>/images/top.gif” alt=”” /></div>

    <div id=”body-container”>

    <div id=”header”>

    <div class=”headline”>
    <h1>” title=”<?php _e(‘Home’); ?>”><?php bloginfo(‘name’); ?></h1>
    </div>
    <?php include(TEMPLATEPATH.”/ad_top.php”);?>
    <div class=”TopMenu”>

    <div class=”rss”>“><img src=”<?php bloginfo(‘template_url’); ?>/images/rss.jpg” alt=””></img></div>
    </div>

    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Help with editing navigation link text’ is closed to new replies.