scjason
Forum Replies Created
-
One would think that this is would have been addressed easily enough during development – export to csv or something…
Forum: Fixing WordPress
In reply to: Missing atom:link with rel=”self”A new little nugget on this “closed” topic…I am not sure what the poster meant when they said to manually edit the php file because after looking at it (and I should have known this), but the php is just a server side script that says the following:
<?php
if (empty($wp)) {
require_once(‘./wp-config.php’);
wp(‘feed=rss2’);
}require (ABSPATH . WPINC . ‘/feed-rss2.php’);
?>
There are no areas to “edit” the channel and or link=”self” declaration at the bottom of the XML file because it is all generated on the fly. Care to follow up? 🙂
Forum: Fixing WordPress
In reply to: Missing atom:link with rel=”self”That would be whatever folder you installed wordpress in…
Forum: Fixing WordPress
In reply to: Missing atom:link with rel=”self”Thanks Otto – I just wish the documentation would include little nuggets of information like this:
Feed Troubleshooting:
Atom feed links can be tweaked in the feed-rss2.php file at the root of your WordPress installation.
That’s all I’m sayin…
Forum: Fixing WordPress
In reply to: Missing atom:link with rel=”self”Um, no…try again.
At 2.3.2 and still getting the atom error. I understand that the feed files are created on the fly and that it’s a very minor error, but as they say: “The devil’s in the details”. Something this simple seems like it could be addressed, whether minimal in its impact or not in an update.
I’m getting rather tired of the tedium of sifting through all these WordPress support threads where someone closes an issue prematurely.
Forum: Themes and Templates
In reply to: Shaded Gray display in FirefoxAnyone?