Engineered Tools & Technologies

Shortcodes

Read More Button
Usage: [ readmore url=”#” ]Read the Rest of the Story[ /readmore ]
Note: opens new tab.

Example:
[readmore url=”https://hqsecure.com” label=”See More Butts”]See the Rest of the Story[/readmore]

Clear All
Creates a hard break between elements
[ br ]

Spacer
Usage: Use shortcode [ spacer height=xx ] where xx is a number denoting the height one wants in pixels. Default is 5px.

Current Date
// Use shortcode [ date ] to insert today’s date that will then automatically display the current date.
Example:
[date]

// Custom shortcode for private content visible to site admins and editors, but not the public. Typically used to add notes for others who may be editing the same content.
// Usage: [ private ]This is a personal note that only admins can see![ /private ]