You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a few plans which will only display News Posts and Exercises, both willl link through to the "Single" templates. So you will need to make sure there is a single exercise template, which displays the WP block content, like a normal static page.
Shortcode Arguments
include = this should take 1 ID or many IDs,
term = the term slug of the taxonomy you want to call.
taxonomy = the taxonomy slug of want to call.
columns
post_type
orderby
order
description = full,excerpt, none
link = item, none, modal
link_class = e.g btn btn-primary
image_size = lsx-thumbnail-square
Shortcode TODO
Please change the shortcode name to lsx_health_plan_items
Designs
The following are designs why are just the "My Plan" page, using the exercises shortcode, to call through the attached items. The whole page will be built with blocks,
Example 1
This will be built using WP Blocks.
Part 1 is a separate title block
The first row of 3 columns is the exercise shortcode, set to 3 columns, calling only workouts.
The second row is the the post grid shortcode, but set to call posts in 2 columns.
The text was updated successfully, but these errors were encountered:
Description
We have a few plans which will only display News Posts and Exercises, both willl link through to the "Single" templates. So you will need to make sure there is a single exercise template, which displays the WP block content, like a normal static page.
Shortcode Arguments
include
= this should take 1 ID or many IDs,term
= the term slug of the taxonomy you want to call.taxonomy
= the taxonomy slug of want to call.columns
post_type
orderby
order
description
=full
,excerpt
,none
link
=item
,none
,modal
link_class
= e.gbtn btn-primary
image_size
=lsx-thumbnail-square
Shortcode TODO
lsx_health_plan_items
Designs
The following are designs why are just the "My Plan" page, using the exercises shortcode, to call through the attached items. The whole page will be built with blocks,
Example 1
This will be built using WP Blocks.
exercise
shortcode, set to 3 columns, calling only workouts.The text was updated successfully, but these errors were encountered: