ejewelrysource
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permanent feed error? No fix?Hi, Alism, I FIXED IT. I am so glad to find your http://validator.w3.org/feed/docs/error/WPBlankLine.html and followed the instruction. Now I can go to sleep.zzzzzzzzzzzzz.
THANK YOU!
Forum: Fixing WordPress
In reply to: Permanent feed error? No fix?Hello, I have been having problems with my feeds. I am been at it for 2 weeks. The solutions that I found in your link shown above, it says:
•PHP also uses a similar notation: <?php … ?>. Note that the final php ?> should be omitted from all PHP code files—modules, includes, etc. The closing delimiter is optional in PHP (but not in XML), and removing it helps prevent unwanted white space at the end of files which can cause problems with your feeds.
•Check your wp-rss2.php and wp-atom.php files for blank lines outside of <? and ?> bracketed sections.
•Check your wp-config.php file for blank lines outside of <? and ?> bracketed sections.
•Check your theme’s functions.php file for blank lines outside of <? and ?> bracketed sections.
•One by one, disable plugins and revalidate until you isolate the one causing the problem.
————————<?php … ?>. Note that the final php ?> I am not sure how to omit it. In my feed-rss.php, there is one line – <?php bloginfo_rss(‘url’) ?>, in this case should i make it
<?php bloginfo_rss(‘url’)
above shows I omited ?>
Is this correct?When checking for blank lines outside of <? and ?> bracketed sections.
Does this mean
blank<?… and ?>blank?PLease help. Thank you.