Download:
Change Table Shortcode Extension 1.0
Change Table Shortcode Extension 1.0
Changing the name of the used Shortcode can be useful in several cases:
- You want it to be in your native language (i.e. for German:
Tabelle
instead oftable
). - Another plugin or the theme is already using
table
as its Shortcode. (The Mural theme does this, among others.) - Your generated tables resemble something specific, i.e. a set of
data
, or aranking
.
This Extension will allow you to change the Shortcode from e.g.
[table id=1 /] |
to
[ranking id=1 /] |
Of course you can change ranking
to anything you like, by simply editing the source code in the Extension’s PHP file.
To use this Extension, just install and activate it like a regular WordPress plugin, and change the code in the PHP file to the desired Shortcode.
If this Extension is helpful for you, please consider supporting further TablePress development with a donation. Thank you!