Jump to content

How to remove unwanted links at top of page??


Rustyhands

Recommended Posts

<!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" <?php language_attributes(); ?>>

 

<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() ) { ?> » 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 language="JavaScript" type="text/javascript" src="<?php bloginfo('template_url') ; ?>/link.js"></script>

 

<?php wp_head(); ?>

</head>

<body>

<div id="page">

 

 

<div id="header">

<h1><a href="<?php echo get_option('home'); ?>/"><img class="logo" src="<?php bloginfo('template_url') ; ?>/images/logo.gif" alt="" /></a></h1>

<div id="top_menu">

<a href="<?php echo get_option('home'); ?>/">Home</a>

<a href="#">Search</a>

<a href="http://elecsmart.com.au/electrical-contractors-f-a-q-s/">FAQ</a>

<a href="#">Contacts Us</a>

</div>

<div class="clearer"> </div>

<ul id="menu">

<?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>

</ul>

</div>

Link to comment
Share on other sites

Get rid of this part - maybe comment it out for starters until you're sure it works.

<div id="top_menu">
	<a href="<?php echo get_option('home'); ?>/">Home</a>
	<a href="#">Search</a>
	<a href="http://elecsmart.com.au/electrical-contractors-f-a-q-s/">FAQ</a>
	<a href="#">Contacts Us</a>
</div>

 

Comment it out by placing <!-- before and --> after this part of the code

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...