Hi,
I have the same problem. I am using an Elegant Theme (ArtSee) and I’ve looked through all the other posts on this subject but I can’t find the code to change. here is the header.php code
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php elegant_titles(); ?></title>
<?php elegant_description(); ?>
<?php elegant_keywords(); ?>
<?php elegant_canonical(); ?>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<!–[if IE 7]>
<link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo(‘template_directory’); ?>/iestyle.css” />
<![endif]–>
<!–[if lt IE 7]>
<link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo(‘template_directory’); ?>/ie6style.css” />
<![endif]–>
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo(‘name’); ?> Atom Feed” href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php if ( is_singular() ) wp_enqueue_script( ‘comment-reply’ ); ?>
<?php wp_head(); ?>
</head>
<body>
<div id=”wrapper2″>
<div id=”header”>
“>
<img src=”<?php bloginfo(‘template_directory’); ?>/images/logo.gif” alt=”logo” class=”logo” />
<!–Begin Search Bar–>
<div id=”search-wrap”>
<div id=”panel”>
<div class=”search_bg”>
<div id=”search”>
<form method=”get” action=”<?php bloginfo(‘home’); ?>” style=”padding:0px 0px 0px 0px; margin:0px 0px 0px 0px”>
<input type=”text” name=”s” value=”<?php echo esc_html($s, 1); ?>”/>
<input type=”image” class=”input” src=”<?php bloginfo(‘template_directory’); ?>/images/search.gif” value=”submit”/>
</form>
</div> <!– end #search –>
</div> <!– end #search-bg –>
</div> <!– end #panel –>
<p class=”slide”>
<?php _e(‘search’,’ArtSee’); ?>
</p>
</div> <!– end #search-wrap –>
<!–End Search Bar–>
<div style=”clear: both;”></div>
<!–Begin Pages Navigation Bar–>
<div id=”pages”>
<?php $menuClass = ‘nav superfish’;
$primaryNav = ”;
if (function_exists(‘wp_nav_menu’)) {
$primaryNav = wp_nav_menu( array( ‘theme_location’ => ‘primary-menu’, ‘container’ => ”, ‘fallback_cb’ => ”, ‘menu_class’ => $menuClass, ‘echo’ => false ) );
};
if ($primaryNav == ”) { ?>
<ul class=”<?php echo $menuClass; ?>”>
<?php if (get_option(‘artsee_home_link’) == ‘on’) { ?>
<li class=”page_item”>“><?php _e(‘Home’,’ArtSee’) ?>
<?php }; ?>
<?php
if (get_option(‘artsee_swap_navbar’) == ‘false’) {
show_page_menu($menuClass,false,false);
} else {
show_categories_menu($menuClass,false);
}; ?>
<!– end ul.nav –>
<?php }
else echo($primaryNav); ?>
</div> <!– end #pages –>
<!–End Pages Navigation Bar–>
</div> <!– end #header –>
<div style=”clear:both;”></div>