whitemice
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Another RSS feed error – Pls helpUpdate:
Then I follow Cypher advise:
1. Upgrade to WP 1.5.2…
2. Follow all the instruction for that minor upgrade.
3. Update my .htacess, get it from Options > Permalinks > then hit [update permalink structure] button.
4. View site – then try to Validate my feed page.
5. Voila… then proudly announce that finally this bugs solved… Only that can really make me smile mate. Thanks to all. My post regarding this:
# How finally I get it
# How to upgrade from 1.5.1.x to 1.5.2Forum: Fixing WordPress
In reply to: Another RSS feed error – Pls helpOk, I’ll follow your advise mate… then see what happen. See yaa.
Forum: Fixing WordPress
In reply to: Another RSS feed error – Pls helpOk… I tried to delete this portion:
<?php
if (empty($feed)) {
$blog = 1;
$feed = ‘rss2’;
$doing_rss = 1;
require(‘wp-blog-header.php’);}
header(‘Content-type: application/xml; charset=’ . get_settings(‘blog_charset’), true);
$more = 1;
?>and keep the rest, but there is another error appear when Im try to validate it, so what next since Im didnt use any plugin now.
Forum: Fixing WordPress
In reply to: Another RSS feed error – Pls helpThanks Cypher,
Ok this is my header of that wp-rss2.php:<?php
if (empty($feed)) {
$blog = 1;
$feed = ‘rss2’;
$doing_rss = 1;
require(‘wp-blog-header.php’);}
header(‘Content-type: application/xml; charset=’ . get_settings(‘blog_charset’), true);
$more = 1;?>
<?php echo ‘<?xml version=”1.0″ encoding=”‘.get_settings(‘blog_charset’).'”?’.’>’; ?><!– generator=”wordpress/<?php bloginfo_rss(‘version’) ?>” –>
<rss version=”2.0″
xmlns:content=”http://purl.org/rss/1.0/modules/content/”
xmlns:wfw=”http://wellformedweb.org/CommentAPI/”
xmlns:dc=”http://purl.org/dc/elements/1.1/”
>Which part do I need to delete it…?