how to get RSS for all news content blocks on a page

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
FinnK

how to get RSS for all news content blocks on a page

Post by FinnK »

I have a frontpage that have several News content blocks on it. When I subscribe to neewsfeed by clicking the RSS symbol on my Opera web-browser I only get the newsfeed from one of these blocks. How can I fix it so a subscribe takes newsfeed from all news content blocks/newscategories on this page?

It's from the page www.filmklippere.com/cms - to the right is the newsblock that get into the subscription. In the middle of the page is a ordinary content block that contain some text and displays news from two different newscategories.
jeffunk
Forum Members
Forum Members
Posts: 32
Joined: Thu Mar 16, 2006 3:17 am

Re: how to get RSS for all news content blocks on a page

Post by jeffunk »

Try putting this tag like this one on to your front page for each of the different news categories that you have shown on the front page.  Not sure if this will work but its worth a try. 

Code: Select all

{cms_module module="news" number="10" makerssbutton="true" category="category"}
You might end up with a bunch of buttons, but it would be a start!
Locked

Return to “CMSMS Core”