Adds Shortcodes for adding code examples in tabs to your blog.
As of April 2026, TabbedCode is a WordPress code plugin with 0 active installations and a 0/5 rating0. It has been downloaded 1.4K+ times in total. Requires WordPress 4.7+ and PHP false+. Available on WordPress.org since 2017. Last updated 8 years ago — may have compatibility concerns. Top alternative: WPCode – Insert Headers and Footers +….
Adds Shortcodes for adding code examples in tabs to your blog.
The Plugin adds two shortcodes.
The first is [tab_group] and it needs an id. This id must be unique!
The second is [tab_code] and it takes the language from your code snippet as parameter.
You can use all languages from highlight.js.
When no language is provided the text will be interpreted as a simple text.
Example:
[tab_group id="hello-world"]
[tab_code lang="javascript"]
console.log("Hello World");
[/tab_code]
[tab_code lang="sql"]
SELECT * FROM hello_world;
[/tab_code]
[tab_code]
Hello World
[/tab_code]
[/tab_group]
| WordPress | 4.7+ requiredTested up to 4.7.33 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.