By default Specifico renders the specification table inside a Specifications tab on the product page. The [specifico] shortcode lets you place that same table anywhere — in the product description, a page or post, a widget, or the block editor — instead of (or in addition to) the tab.

Basic usage

Drop the shortcode where you want the table to appear:

// terminaltext
[specifico]

Used on a single product page, it renders that product's specification table — resolved exactly like the tab, so per-product overrides and mapping rules all apply.

Targeting a specific product

Pass an id to render a particular product's table from anywhere (a landing page, a comparison post, the footer, etc.):

// terminaltext
[specifico id="123"]

Replace 123 with the product's ID. You can find it in the URL when editing the product (post=123).

AttributeDefaultDescription
idcurrent productThe product whose specification table to render.

Using it in the block editor

On a block theme, add a Shortcode block where you want the table and paste [specifico] (or [specifico id="123"]). This is the recommended way to place the table when your theme's single-product template doesn't include the default product tabs.

Styling

The shortcode uses the same template, styles, and hooks as the tab, so your chosen display style and any developer customizations apply automatically.