Wow…I fixed it. Apparently GoLive changed href addresses if you drag files into the GoLive window. I didn’t know this…and it added some odd address based on the desktop folder I had unpacked the WordPress files in. I should have known this but didn’t. I need to switch to Dreamweaver…does anyone still use GoLive?? Thanks and sorry to take up the forum’s time…
Here is the line in feed.php it says has the syntax error:
echo apply_filters(‘atom_enclosure’, ‘<link href=”‘%20.%20trim(htmlspecialchars($enclosure%5b0%5d))%20.%20′” rel=”enclosure” length=”‘ . trim($enclosure[1]) . ‘” type=”‘ . trim($enclosure[2]) . ‘” />’ . “\n”);
Darn…I already did that. I am using the latest version, 2.9.1. Anything else to try?