Warning: Altis v23 is no longer supported.

RSS Feeds

RSS Feeds ("Rich Site Summary" or "Really Simple Syndication"), Atom or RDF are type of web feeds that provides users and applications with regular updates from a given website. The RSS feed is a structured XML code document.

By default the RSS Feeds are enabled.

For more information on RSS feeds, please see the WordPress RSS documentation.

Disabling RSS Feeds

RSS feeds can be disabled by setting the feeds configuration property to false

{
    "extra": {
        "altis": {
            "modules": {
                "cms": {
                    "feeds": false
                }
            }
        }
    }
}