Skip to content Skip to main navigation Skip to footer

Posts

This element is also available as a block in the WordPress block editor.

This shortcode displays standard (blog) posts.

[lsvr_lore_posts
title="Latest News"
category="0"
limit="3"
columns="3"
show_date="true"
show_category="true"
show_excerpt="true"
more_label="More news"
id="my_unique_id"]

title
Section title.

category
Category ID or slug to pull posts from.

limit
Number of posts to display.

columns
Number of columns used to display posts.

show_date
Display the date for each post.

show_category
Display the category for each post.

show_excerpt
Display the excerpt for each post.

more_label
Label for a “More” link which links to a post / category archive.

id
Unique ID which can be used for applying custom CSS to this element.

Related Articles