For the complete documentation index, see llms.txt. This page is also available as Markdown.

Post Cards

This function is available for posts and pages and allows you to add recommended posts, downloads, products and even custom calls to action.

Shortcode: {getCard} $type={Card Type} $title={Card Title} $info={Card Info} $button={Button Text} $icon={Icon Code}

Card Type: post, download, product, custom

Card Title: Attribute compatible with all card types, being optional for the post type.

Example:

Post cards

The cards are highly flexible, being able to support specific and unique attributes or even optional attributes.

Post Type

Shortcode: {getCard} $type={post} $title={Card Title}

Card Link: For this card to work properly, a link to a post must be provided.

Card Demo:

Post card preview

Download Card

Shortcode: {getCard} $type={download} $title={Card Title} $info={Card Info} $button={Button Text}

Card Link: Add any link whether internal or external.

Card Demo:

Download card preview

Product Card Shortcode: {getCard} $type={product} $title={Card Title} $info={Card Info} $button={Button Text}

Card Link: Add any link whether internal or external.

Card Demo:

Product card preview

Custom Card Shortcode: {getCard} $type={custom} $title={Card Title} $info={Card Info} $button={Button Text} $icon={Icon Code}

Card Link: Add any link whether internal or external.

Icon Code: This template uses Bootstrap Icons as the main icon source, so you can choose from thousands of awesome icons to use on your card.

2

Search for the desired icon, then click on the icon to access the info page.

3

Copy the HTML Code available in the Code Point section as illustrated in the image below.

Bootstrap icon

INFO: When editing the shortcode the icon attribute should look like $icon={}

Card Demo:

Custom card preview

Last updated