Use RSS Feeds from CMS Blogs
From Snapp CMS Developer Documentation
Contents |
Step 1 - Create Blog
Create Blog
1) Create a Blog Page in your sitemap using the Website Administrator tab of the Administration system
Step 2 - Create Link to RSS Feed
Use Blog Module
$blog->rssFeed();
Manually
Using the Page ID for you Blog
http://www.yoursite.com/cms/rss.php?page=10
