How to remove published date from RSS feed
Note that if you remove the <pubDate> tag from the rss2 feed, then it will become unvalid. So you don’t want to do that! If it’s empty: <pubDate></pubDate> then the feed will still not validate: > pubDate must be an RFC-822 date-time So that wouldn’t be an option either. If you want it static, for … Read more