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.

Vertical

This example uses a template that shows the featured image on the left.

Slider

Explore More Shortcodes

[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"]