What does it do?

The posts slider shortcode allows you to display specified a post category on a page, this is useful for, for example, displaying posts assigned the "front-page-news" post category.

How do I use it?

To embed this shortcode into the page, you need to copy the following HTML:

[posts-slider category="front-page-news" posts_per_slide="3" default_image=""]

Rules:

  • category="" - sets the category of posts to be displayed.
  • posts_per_slide="" - sets the amount of posts to be displayed.
  • default_image="" - sets the default image of the posts.

Once you have copied this, paste it into the page in the text editor view, click update/publish, and then refresh the page.