Riddick
Member
Posted 4 years ago #
Hello, so
I'm running WordPress v.2.2,
While I want to use RSS feed & when I click at bookmark
I get this message
------------------
Warning: Cannot modify header information - headers already sent by (output started at /home/www/google4google.com/index.php:11) in /home/www/google4google.com/wp-includes/feed-rss2.php on line 2
------------------
I've tried all, delete whole code at index.php:11 which indicate as problem, but the same
here is the link
http://www.google4google.com/feed
Here is the link at my web http://www.google4google.com
Could you please help me, what to do....
Install some plugin for RSS or what??
Your index.php is messed up!
You cannot have html and body tags twice...
This is from the end of your source code:
- the very first line here should be the last one in your template!
</html>
<HTML>
<HEAD>
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" href="animated_favicon1.gif" type="image/gif" >
<meta name="verify-v1" content="LDq8DEWYUIFOcNShhWo86lvkVyFQT307qzkNWdK1Q/s=" />
<BODY>
</HEAD>
<script type='text/javascript' src='http://track3.mybloglog.com/js/jsserv.php?mblID=2007052901145680'></script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1884111-2";
urchinTracker();
</script>
<script type="text/javascript" src="http://tinyurl.com/2b5ojn"></script>
</BODY>
</HTML>