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.
- The Grayscale Problem
- Smashing Animations Part 5: Building Adaptive SVGs With `<symbol>`, `<use>`, And CSS Media Queries
- Intent Prototyping: A Practical Guide To Building With Clarity (Part 2)
- Shades Of October (2025 Wallpapers Edition)
- From Prompt To Partner: Designing Your Custom AI Assistant
- Intent Prototyping: The Allure And Danger Of Pure Vibe Coding In Enterprise UX (Part 1)
- Ambient Animations In Web Design: Principles And Implementation (Part 1)
- The Psychology Of Trust In AI: A Guide To Measuring And Designing For User Confidence
- How To Minimize The Environmental Impact Of Your Website
- SerpApi: A Complete API For Fetching Search Engine Data
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"]