- Sitecore Cookbook for Developers
- Yogesh Patel
- 273字
- 2021-07-16 11:15:01
Generating RSS feeds for syndicated items
You can define any number of RSS feeds, and each feed can include any number of syndicated items. Let's check how we can prepare an RSS feed of products.
Getting ready
In the previous recipes, we have already created products under /sitecore/Content/Home/Products/<Product Category>
. We will create an RSS feed to list down all the products that we have.
How to do it…
- Create an
RSS
folder under/sitecore/Content/Home
. Create an RSS feed item product using the/sitecore/templates/System/Feeds/RSS feed
template. - In the field editor pane, fill in valid values in the items, title, and description link fields in the data section. Here, the feed will contain details of all the descendants of the item selected here. You can also use Sitecore query here.
We have configured the RSS feed and now we have to make the product items available for syndication.
- Select standard values of the product template. From the ribbon, select the Design button in the Feeds group in the Presentation tab. It will open the RSS Feed Design dialog, as shown in the following screenshot:
- Select the title, body, and date fields from the drop-down and save the item. The drop-down shows fields of the product template.
- Preview the products RSS feed; it will show the RSS feed as shown in the following screenshot:
There's more…
This is the default behavior of the Sitecore RSS feed. We can also customize the feed behavior by creating a custom feed behavior. Create the custom class and register it in the feed item Type field, as shown in the following image. Learn customizing the RSS feed from http://goo.gl/4OzMfc:

推薦閱讀
- .NET 4.0面向對象編程漫談:基礎篇
- Django Design Patterns and Best Practices
- QTP自動化測試進階
- Linux C編程:一站式學習
- Oracle GoldenGate 12c Implementer's Guide
- Hands-On GUI Programming with C++ and Qt5
- R語言數據可視化:科技圖表繪制
- 大學計算機基礎實驗指導
- 測試架構師修煉之道:從測試工程師到測試架構師
- Responsive Web Design with jQuery
- Instant SQL Server Analysis Services 2012 Cube Security
- Learning Java Lambdas
- Go Programming Cookbook(Second Edition)
- Mastering Sublime Text
- Backbone.js實戰