Blocks
People1 — Two Button
::people1 "Contact Us" "https://grid.peoplethemes.com/contact/" "Learn More" "https://www.peoplethemes.com/grid-docs/" "center"::
::people1 "Contact Us" "/contact" "Learn More" "/about" "right"::- Creates two buttons side by side — the first solid, the second outline.
- The last parameter controls alignment. Replace
"right"with"left"or"center"to change its position. - No additional changes are required.
People2 — Shop Button
::people2 "Shop Now" "https://www.peoplethemes.com/" "center" "3"::
::people2 "Shop Now" "/shop" "right" "3"::- Creates a single button with a shopping icon.
- The third parameter controls alignment. Replace
"right"with"left"or"center"to change its position. - The last parameter selects the icon. Grid includes 3 built-in icons — replace
"3"with"1"or"2"to change it. No other part of the shortcode needs to be modified.
People3 — Single Button
::people3 "Signup" "https://grid.peoplethemes.com/#/portal/signup" "outline" "center"::
::people3 "Signup" "/signup" "outline" "right"::- Creates a single button.
- The third parameter controls the button style. Replace
"outline"with"solid", or change it back, to switch styles. No other part of the shortcode needs to be modified. - The last parameter controls alignment. Replace
"right"with"left"or"center"to change its position.
Note: Blocks is a feature built by People Themes and included here in Grid, currently offering people1, people2, and people3. Ongoing development of this feature — including additional block types as they're added — happens in the People Blocks Demo, not here. If a future update adds something like people4 or beyond, you'll find it documented there first, and it may take time to reach Grid's own docs.