Link to home
Start Free TrialLog in
Avatar of Dolamite Jenkins
Dolamite JenkinsFlag for United States of America

asked on

Change home button url

this is my header.php code and I have followed every forum suggestion I could find to change the home button to a new url... www.semspros.com


<!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 bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<script src="<?php bloginfo('template_directory'); ?>/js/focus.js" type="text/javascript"></script>
<?php wp_head(); ?>
</head>
<body>
<div id="wrapper">

	<div id="top">
		<div id="logo"><h1><a href="<?php echo get_option('home'); ?>/" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1></div><!-- {end logo} -->
		<div id="stop">
		<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
		<input type="text" value="<?php the_search_query(); ?>" name="s" id="s" class="swap_value" />
		<input type="image" src="<?php bloginfo('template_directory'); ?>/images/transparent.gif" id="go" alt="Search" title="Search" />
		</form>		
		</div><!-- {end search} -->
	</div><!-- {end top} -->
	
	<div id="nav-pages">
	<ul>
	<li class="<?php if (((is_home()) && !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { ?>current_page_item<?php } else { ?>page_item<?php } ?>"><a href="<?php echo get_settings('home'); ?>" title="Home">Home</a></li>
	<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>
	<li id="feed"><a href="<?php bloginfo('rss2_url'); ?>" title="Subscribe via RSS">Entries (RSS)</a></li>
</ul>
	</div><!-- {end nav pages} -->
	
	<div id="nav-categories">
	<ul>
		<?php wp_list_cats('sort_column=name&optioncount=0&exclude=10, 15'); ?>
	</ul>
	</div><!-- {end nav categories} -->
	
	<div id="content">

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Jerry Miller
Jerry Miller
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dolamite Jenkins

ASKER

Im running WP 3.1 in multisite mode ... I cant find that setting.. genral settings... url
Thanks found it