Php Issue: How do I remove that RSS feed icon from the header?
I have been trying to remove the "entries (RSS)" & "Comments (RSS)" icons from the header.php without success.
Could anyone advice me on the proper way to do so?
Below's the coding:
<!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" />
<!--[if IE 7]>
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/ie7.css" type="text/css" media="screen" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/ie.css" type="text/css" media="screen" />
<?php wp_head(); ?>
</head>
<body>
<div id="page-top">
<div id="wrapper-top">
<div id="top-primary">
<div id="header">
<div id="title">
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<div class="tagline"><?php bloginfo('description'); ?></div>
</div><!-- end "title" -->
<div id="navbar">
<ul>
<?php wp_list_pages('sort_column=menu_order&depth=1&titl e_li='); ?>
<?php wp_register('<li class="admintab">','</li>'); ?>
</ul>
</div><!-- end "navbar" -->
</div><!-- end "header" -->
<div id="main-posts">
Is it possible to remove both the RSS feed buttons? At the same time, could it be possible to remove the wordpress icon?
Many thanks!!!
Edmund
Best Regards,
James
Culinary Website Design : Cooking Blog :