Combined with Panel (Pro)

Shortcode
[su_panel][su_posts template="templates/list-loop.php"][/su_panel]

Combined with Section (Pro)

Expand

Description This shortcode allows you to hide text partially and display “Show more” link in the end. Once this link is clicked, the hidden content will be revealed. Options Option…

Dropcap

Description This shortcode allows you to create drop caps. You can change style and size. Options Option name Possible values Default value styleDropcap style preset default (Default)flat (Flat)light (Light)simple (Simple)…

Shortcode
[su_section image="https://example.com/section-1.jpg" fullwidth="yes" max_width="620"][su_posts template="templates/list-loop.php"][/su_section]

Default Template

This template shows a simple posts list with thumbnails and excerpts

Accordion

Description This shortcode allows you to create blocks with hidden content – spoilers (toggles). Hidden content will be shown when the block title will be clicked. You can specify different…

Private

You can’t see this shortcode, because you’re not a post author on this site. Description This shortcode allows you to display a private note to post authors. Options Option name…

Menu

Description This shortcode allows you to display custom menus. You can query any custom menu by its name. Options Option name Possible values Default value nameCustom menu name. Ex: Main…

Box

Description This shortcode allows you to create boxes with colorful titles. You can easily change box appearance. Also, you can place any HTML code or even other shortcodes within it.…

Shortcode
[su_posts template="templates/default-loop.php" posts_per_page="4" orderby="rand"]

Teasers

This template shows posts as small teasers, it can be useful for sidebar

Shortcode
[su_posts template="templates/teaser-loop.php"]

Single Post

With this template you can easily display a single post

Example Post

Example Post Content

Shortcode
[su_posts template="templates/single-post.php" id="123"]

Replace 123 with the desired post ID

Posts List

Plain list of post titles

Shortcode
[su_posts template="templates/list-loop.php"]

Limit the number of Posts

Use the posts_per_page attribute to limit the number of posts shown. For example, the list below only shows 2 posts.

Shortcode
[su_posts template="templates/list-loop.php" posts_per_page="2"]