Plugin info

Total downloads: 1,925
Active installs: 200
Total reviews: 0
Average rating: 0
Support threads opened: 1
Support threads resolved: 1 (100%)
Available in: 1 language(s)
Contributors: 2
Last updated: 3/31/2026 (20 days ago)
Added to WordPress: 3/12/2026 (0 years old)
Minimum WordPress version: 6.0
Tested up to WordPress version: 7.0
Minimum PHP version: 8.0

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 20 days ago • Support resolved 100%

78/100

Is Metro Tabs – Responsive Tabs Block abandoned?

Likely maintained (last update 20 days ago).

Compatibility

Requires WordPress: 6.0
Tested up to: 7.0
Requires PHP: 8.0

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Tabby Responsive Tabs
Rating 4.9/5 (144 reviews)Active installs 10,000
WP Tabs Slides
Rating 3.5/5 (2 reviews)Active installs 1,000
Tabs For WPBakery Page Builder (formerly Visual Composer)
Rating 5.0/5 (1 reviews)Active installs 1,000
Tabs Block
Rating 3.5/5 (4 reviews)Active installs 400
WP Tabbed Widget
Rating 5.0/5 (7 reviews)Active installs 300
IG Shortcodes
Rating 5.0/5 (2 reviews)Active installs 80

Description

Metro Tabs adds block-editor (Gutenberg) blocks for building tabbed content. You add a Metro Tabs: Tab Group block, then add one or more Metro Tabs: Tab Item blocks inside it. Each tab has a heading (the label visitors click) and a content area where you can add any blocks—paragraphs, images, lists, etc. On the front end, visitors see a simple tab bar and panes; clicking a tab switches the visible content without reloading the page.

Features

  • Tab Group block – Container for one set of tabs. You can use multiple Tab Group blocks on the same page for different tab sets.
  • Tab Item block – A single tab: editable heading and a content area that supports any blocks (paragraphs, headings, images, etc.).
  • No JavaScript libraries – Uses vanilla JavaScript only; no jQuery or jQuery UI.
  • Block API version 3 – Compatible with the current block editor (WordPress 6.3+ iframe editor).
  • Lightweight styling – Discrete front-end styles (underline-style active tab); you can override with your theme or custom CSS.

How to use

  1. In the block editor, add a Metro Tabs: Tab Group block (search for “Metro Tabs” or “Tab Group”).
  2. Inside the group, you’ll see placeholder Tab Items (e.g. “Tab 1”, “Tab 2”). Click each Metro Tabs: Tab Item block and:
    • Edit the tab heading (the text shown on the tab).
    • Add any blocks in the tab content area (paragraphs, images, etc.).
  3. Add or remove Tab Item blocks as needed. You can add more Tab Groups elsewhere on the page for separate tab sets.
  4. Publish or update. On the front end, the tab bar and panes are built automatically; clicking a tab switches the visible pane.

No settings or configuration are required. The plugin enqueues its script and styles on the front end when the page contains tab blocks.

Compatibility

  • Requires WordPress 6.0 or higher (block editor).
  • Requires PHP 8.0 or higher.

Installation

No installation instructions available

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. Front-end tabs

    Front-end tabs

  2. Front-end tabs

    Front-end tabs

  3. Front-end tabs

    Front-end tabs

  4. Back-end block editor with Tab Group and Tab Item blocks

    Back-end block editor with Tab Group and Tab Item blocks

  5. Back-end block editor with Tab Group and Tab Item blocks

    Back-end block editor with Tab Group and Tab Item blocks

  6. Source code demonstrating ARIA roles and keyboard navigation attributes

    Source code demonstrating ARIA roles and keyboard navigation attributes

Changelog

1.1.5

  • Add WAI-ARIA Tabs pattern (roles, states, and properties)
  • Add keyboard navigation (Arrow keys, Home, End) with automatic activation
  • Add roving tabindex and visible focus styles for keyboard users
  • Rename .simple-tabs-block CSS class to .metro-tabs-block

1.1.4

  • Rename all internal references from TabX to Metro Tabs
  • Rename asset files to use metrotabs prefix
  • Add docblocks for all PHP functions

1.1.3

  • Use plugin_dir_path() and plugin_dir_url() for correct path/URL resolution
  • Remove updater
  • Shorten readme short description
  • Add version and $in_footer to enqueued scripts and styles

1.1.2

  • Fixed plugin name

1.1.1

  • Fixed block registration

1.1.0

  • First release