Thanks for looking into this.
In all 3 files I edited in events calendar folder the line before the <pubDate> line I deleted is:
echo “\n” . ‘<guid>’ . CalRoot . ‘/index.php?com=detail&eID=’ . $row[0] . ‘</guid>’;
the line after the <pubDate> line I deleted is:
echo “\n” . ‘</item>’;
In my wordpress theme folder there is an rss.php file that I did not touch. This is probably the file for my site’s main feed: https://ecoanchornyc.com/feed/rss/
The issue with the text “posted” only appears when I receive an email update for my site’s main feed via email, sent by feedburner.
I don’t know how to address this email issue b/c I don’t know what file to edit and where it would be located. I’m also stumped how making these changes for my event feed would affect my main feed.
Any advice would be much appreciated.