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.
Titles
This example pulls posts from http://www.smashingmagazine.com/feed/ and shows the titles for the most recent 10 items.
- Designing For TV: The Evergreen Pattern That Shapes TV Experiences
- Optimizing PWAs For Different Display Modes
- A Week In The Life Of An AI-Augmented Designer
- The Double-Edged Sustainability Sword Of AI In Web Design
- Beyond The Hype: What AI Can Really Do For Product Design
- The Psychology Of Color In UX And Digital Products
- From Line To Layout: How Past Experiences Shape Your Design Career
- Designing With AI, Not Around It: Practical Advanced Techniques For Product Design Use Cases
- The Power Of The <code>Intl</code> API: A Definitive Guide To Browser-Native Internationalization
- Automating Design Systems: Tips And Resources For Getting Started
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
- Alert
- Animated Popular
- Animated Image
- Animated Scroll New
- Audio
- Badge
- Blockquote
- Blog
- Blur New
- Books
- Button
- Chart
- Clients
- Code
- Collapsibles
- Content Box
- Content Section Popular
- Counter
- Coupons
- Custom Post Type
- Definitions
- Device Mockups
- Divider Popular
- Dropcap
- Emphasis
- Events
- FAQ
- Filler
- Flip Box Popular
- Fullscreen Video
- Gallery Popular
- Google Docs Viewer
- Guests
- Heading
- Highlight
- Hover Box
- Horizontal Ruler
- Icon Popular
- Icon List
- If New
- Image
- Image Compare
- Jobs
- Label
- Lead
- Lightbox
- Locations
- Map
- Masonry
- Members
- Menu
- Post Meta Data
- Movies
- Music
- News
- Overlay Popular
- Panel New
- Parallax Scene Popular
- Permalink
- Person
- Popover
- Portfolio
- Post Fields
- Post Media
- Pricing Table
- Progress
- Project
- Promotional Box
- QR Code
- Quotes
- Recent Books
- Recent Clients
- Recent Coupons
- Recent Events
- Recent Jobs
- Recent Locations
- Recent Movies
- Recent Music
- Recent News
- Recent Portfolios
- Recent Posts
- Recent Projects
- Recent Quotes
- Recent Recipes
[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"]