WP Manifestindependent plugin directory
manifest / utilities / ti-wp-shortcodes

Thamm IT WordPress Shortcodes

Assorted Shortcodes for WordPress

by Peter Pfeufer (Thamm IT) · github.com/thammit/ti-wp-shortcodes · website

★ 0stars
0forks

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.zip

Assorted Shortcodes for WordPress

Implements a number of assorted shortcodes to your WordPress Website.

Shortcodes

ti_button

ti_button shortcode examples

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:

  • align defines the button alignment. Valid choices are: left, center and right. (Default: center)
  • type defines the button type/style. Valid choiced are: primary, secondary and link. (Default: primary)
  • link defines the actual link of the button. Every valid link can be used here.
  • target defines the link target/where the link is opened. This option is actually the HTML a-Tags target attribute

ti_download

ti_download shortcode examples

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:

  • align defines the button alignment. Valid choices are: left, center and right. (Default: center)
  • type defines the button type/style. Valid choiced are: primary, secondary and link. (Default: primary)
  • link defines the actual link of the download. Every valid link can be used here.
  • target defines the link target/where the link is opened. This option is actually the HTML a-Tags target attribute
  • title the download title/name that is written on the button. (Default: Download)