Removing links from header
-
Hi, I am a WP novice trying to change the header in my theme. I have successfully uploaded a .jpg and incorporated the page title and description in text. I would now like to remove some buttons / links (to home, admin and about) that are in the header. However, I can’t find any references to these links in the header.php (or anywhere else in the CSS). I am guessing this is embedded in some file the CSS is referencing? Any suggestions on how to change this?
My site is mitchkumstein.com. A large chunk of the header.php below. Thanks for the help!
<head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
<meta name=”keywords” content=”LEMONed, iLEMONed, WordPress, Themes, CSS, Design” />
<title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
<style type=”text/css” media=”screen”>
@import url( <?php bloginfo(‘stylesheet_url’); ?> );
</style><!– Sweet Title –>
<script type=”text/javascript” src=”<?php bloginfo(‘stylesheet_directory’); ?>/js/addEvent.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘stylesheet_directory’); ?>/js/sweetTitles.js”></script><link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_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’); ?>
<?php wp_head(); ?>
</head><body>
<div id=”wrapper”><div id=”header”>
<ul class=”menu”>
<li class=”<?php if ( is_home() or is_archive() or is_single() or is_paged() or is_search() or (function_exists(‘is_tag’) and is_tag()) ) { ?>current_page_item<?php } else { ?>page_item<?php } ?>”>
“><?php _e(‘Home’); ?><?php wp_list_pages(‘sort_column=id&depth=1&title_li=’); ?>
<?php wp_register(‘- ‘,’
‘); ?>
<h1>” title=”<?php bloginfo(‘name’); ?>”><?php bloginfo(‘name’); ?></h1>
- The topic ‘Removing links from header’ is closed to new replies.