Introduction
The recent posts shortcode lets you include your recent posts using three different layouts. Place your recent WordPress posts on a page using any of these layouts:
- horizontal – posts are side by side
- vertical – posts are one on top of another
- slider – posts are in a horizontal slider
Each layout comes with predefined templates. Templates allow you to customize the look to suit your needs. For more information about templates check out the template engine page.
There are many different options to filter the posts that are shown. Show posts with specific categories, tags, or formats. Choose how to order the posts and how many to show. You can also exclude specific posts or categories.
Examples
Horizontal
This example uses a template that shows the featured image on top.
The End of Boring
Donec pulvinar tristique tellus, sed dapibus nisl scelerisque sed. Pellentesque non nunc et felis…
Beyond the Code
Etiam nisi ligula, varius eget magna et, tristique sagittis diam. Donec est enim, eleifend…
Namche Bazaar
Maecenas auctor scelerisque ipsum quis volutpat. Morbi iaculis bibendum nibh, sit amet iaculis urna…
Vertical
This example uses a template that shows the featured image on the left.
Donec pulvinar tristique tellus, sed dapibus nisl scelerisque sed. Pellentesque non nunc et felis ornare vulputate. Etiam scelerisque suscipit…
Etiam nisi ligula, varius eget magna et, tristique sagittis diam. Donec est enim, eleifend quis tempor eget, elementum sed…
Maecenas auctor scelerisque ipsum quis volutpat. Morbi iaculis bibendum nibh, sit amet iaculis urna rhoncus et. Nulla sagittis purus…
The End of Boring
Beyond the Code
Namche Bazaar
Slider
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>
The recent posts shortcode lets you include your recent posts using three different layouts. Place your recent WordPress posts on a page using any of these layouts:
<ul>
<li>horizontal - posts are side by side</li>
<li>vertical - posts are one on top of another</li>
<li>slider - posts are in a horizontal slider</li>
</ul>
Each layout comes with predefined templates. Templates allow you to customize the look to suit your needs. For more information about templates check out the [intense_permalink id="50"]template engine[/intense_permalink] page.
There are many different options to filter the posts that are shown. Show posts with specific categories, tags, or formats. Choose how to order the posts and how many to show. You can also exclude specific posts or categories.
[/intense_content_section]
[intense_content_section background_type="color" background_color="#f9f9f9" border_top="1px solid #ededed" border_bottom="1px solid #ededed" margin_bottom="0"]
<h2>Examples</h2>
[intense_row padding_top="0"]
[intense_column size="6" medium_size="6"]
<h3>Horizontal</h3>
This example uses a template that shows the featured image on top.
[intense_recent_posts template="top"]
[/intense_column]
[intense_column size="6" medium_size="6"]
<h3>Vertical</h3>
This example uses a template that shows the featured image on the left.
[intense_recent_posts template="left" excerpt_length="20" post_count="3" show_title="1" show_thumbnail="1" show_meta="1" show_excerpt="1" image_size="small320" layout="vertical" /]
[/intense_column]
[/intense_row]
[intense_row padding_top="0"]
[intense_column size="12" medium_size="12"]
<h3>Slider</h3>
[intense_recent_posts layout="slider" post_count="6" show_meta="0" items="3"]
[/intense_column]
[/intense_row]
[/intense_content_section]
[intense_snippet snippet_id="Child Theme | Shortcodes/footer" snippet_title="Shortcode Page Footer"]