Thamm IT WordPress Shortcodes
Assorted Shortcodes for WordPress
by Peter Pfeufer (Thamm IT) · github.com/thammit/ti-wp-shortcodes · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/thammit/ti-wp-shortcodes/archive/refs/heads/master.zipAssorted Shortcodes for WordPress
Implements a number of assorted shortcodes to your WordPress Website.
Shortcodes
ti_button

The ti_button shortcode creates a beatufil button in your content area. This button is meant to be used to highlight links.
Syntax
[ti_button align="" type="" link="" target=""]Buttontext[/ti_button]
The options are as following:
aligndefines the button alignment. Valid choices are: left, center and right. (Default: center)typedefines the button type/style. Valid choiced are: primary, secondary and link. (Default: primary)linkdefines the actual link of the button. Every valid link can be used here.targetdefines the link target/where the link is opened. This option is actually the HTML a-Tags target attribute
ti_download

The ti_download shortcode creates a download button. It is similar to the ti_button shortcode but with its focus on being an actual download button rather than just a link button. Depending on the download filetype it also has a nice little icon in it.
Syntax
[ti_download link="" type="" title="" target="" align=""]
(This shortcode does not need a closing tag)
The options are as following:
aligndefines the button alignment. Valid choices are: left, center and right. (Default: center)typedefines the button type/style. Valid choiced are: primary, secondary and link. (Default: primary)linkdefines the actual link of the download. Every valid link can be used here.targetdefines the link target/where the link is opened. This option is actually the HTML a-Tags target attributetitlethe download title/name that is written on the button. (Default: Download)