I can’t find: <h1><?php bloginfo(‘name’); ?></h1>
But, I did find this section of code in my header php.
<?php if(WP_VERSION < 3.0): ?>
<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’); ?>” />
<?php endif; ?>
What do I delete?