- In the left-hand panel, find the RSS News Feed block
- Click the pencil icon to the right
- The RSS News Feed editor will pop-up
- Within the editor you can...
- Add the URL Address of the News Feed
- Edit the number of Max Records to Display
- Choose to Show Dates (or not)
- Set the Length of Description to Display
- Add the URL Address of the News Feed
- Click Done when you've made your adjustments
- Save your changes
Search
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>