Introduction

Show RSS feed posts in a list using the RSS shortcode. Each item in the list can be formatted using a template. More information about RSS feeds can be found at http://en.wikipedia.org/wiki/RSS.

Content Only

Sometimes the content of the RSS post item contains all the formatting that is needed. In this case, the content template works out perfectly. The RSS feed for this example is http://www.amazon.com/gp/rss/bestsellers/electronics/565108/ref=zg_bs_565108_rsslink&tag=wwwintensevis-20.

Title and Content

At times, you may need to show both the title and content. The RSS feed for this example is http://managewp.org/articles.rss.

Explore More Shortcodes

[intense_content_section]
<h2>Introduction</h2>
Show RSS feed posts in a list using the RSS shortcode. Each item in the list can be formatted using a template. More information about RSS feeds can be found at <a href="http://en.wikipedia.org/wiki/RSS">http://en.wikipedia.org/wiki/RSS</a>.
[/intense_content_section]

[intense_content_section background_type="color" background_color="#f9f9f9" border_top="1px solid #ededed" border_bottom="1px solid #ededed"]
<h2>Titles</h2>
This example pulls posts from http://www.smashingmagazine.com/feed/ and shows the titles for the most recent 10 items.
[intense_rss template="title" url="http://www.smashingmagazine.com/feed/" max="10"]
[/intense_content_section]

[intense_content_section]
<h2>Content Only</h2>
Sometimes the content of the RSS post item contains all the formatting that is needed. In this case, the content template works out perfectly. The RSS feed for this example is http://www.amazon.com/gp/rss/bestsellers/electronics/565108/ref=zg_bs_565108_rsslink&tag=wwwintensevis-20.
[intense_row padding_top="0"]
[intense_column size="6" medium_size="6"][intense_rss template="content" url="http://www.amazon.com/gp/rss/bestsellers/electronics/565108/ref=zg_bs_565108_rsslink&tag=wwwintensevis-20" max="30"][/intense_column]
[intense_column size="6" medium_size="6"][/intense_column]
[/intense_row]
[/intense_content_section]

[intense_content_section background_type="color" background_color="#f9f9f9" border_top="1px solid #ededed" border_bottom="1px solid #ededed"]
<h2>Title and Content</h2>
At times, you may need to show both the title and content. The RSS feed for this example is http://managewp.org/articles.rss.
[intense_row padding_top="0"]
[intense_column size="6" medium_size="6"][intense_rss template="title_content" url="http://managewp.org/articles.rss" max="5"][/intense_column]
[intense_column size="6" medium_size="6"][/intense_column]
[/intense_row]
[/intense_content_section]

[intense_snippet snippet_id="Child Theme | Shortcodes/footer" snippet_title="Shortcode Page Footer"]