Catálogo
Temas · Plantillas

Template Hierarchy Visualizer by Volade

Jerarquía de plantillas visualizada.

Template Hierarchy Visualizer de Volade te muestra qué archivo de plantilla se usa en cada página de tu sitio WordPress — en la barra de administración, panel flotante o página de diagnóstico.

v1.0.0WordPress 6.0+PHP 7.4+Sin cuenta necesaria
Sin valorar aún0 vistas0 descargas
Descargar v1.0.0Escaneo VirusTotal…Ver funciones
Template Hierarchy Visualizer by Volade
Captura 1 — Template Hierarchy Visualizer by Volade

Jerarquía visual, información de plantilla y exportación JSON.

12+

Query types

4

Ready-made presets

20

Recent lookups stored

JSON

Free export, no account

De un vistazo

Las herramientas de desarrollo genéricas no muestran la jerarquía completa — aún tienes que buscar en carpetas de temas para encontrar qué single-{post-type}.php carga tu página de producto. Template Hierarchy Visualizer by Volade v1.0.0 resuelve cualquier URL, muestra la cadena candidata, insignia en la barra de administración, inventario de temas, 4 ajustes predefinidos y exportación JSON sin SaaS obligatorio.

Capturas de pantalla

UI de administración real a página completa: ajustes predefinidos, diagnósticos y configuración detallada.

Captura 1 — Template Hierarchy Visualizer by Volade

Por qué la jerarquía de plantillas es confusa

WordPress tiene un sistema de jerarquía de plantillas complejo — saber qué archivo se usa en cada página puede ser difícil.

The problem with template guesswork

You know the page slug — not which single-product.php variant actually loads.

Theme debugging still means grep in FTP, enable a abandoned plugin, or install a heavy dev suite just to read one filename.

  • Show Current Template: admin bar label only — no hierarchy chain or URL resolver
  • What The File: popular but abandoned — no block theme hints or JSON export
  • Query Monitor: excellent for hooks and performance — not a template hierarchy tool
  • Theme Handbook PDF: accurate docs — useless when a client uses custom post types
  • Child theme spaghetti: page-{slug}.php somewhere — which URL triggers it?

The Volade answer

Resolve URLs, visualize the chain, export the map — locally in WordPress.

Template Hierarchy Visualizer mirrors WordPress core hierarchy rules, marks which candidates exist in your theme stack, and stores recent lookups for agency handoff.

  • URL resolver simulates the request — no manual guesswork
  • Ordered candidate list with found/skip badges
  • Admin bar badge on front-end for administrators
  • Theme PHP inventory (child + parent)
  • Block theme (FSE) hints when wp_is_block_theme()
  • Free JSON export — no mandatory SaaS

Modos de visualización

Barra de administración, panel flotante o página de diagnóstico.

Popular🎨

Theme developer

Admin bar + hierarchy on every view — fastest feedback while editing templates.

Daily dev
🏢

Agency handoff

Store recent lookups and export JSON documentation for client theme maps.

Client docs
🛒

WooCommerce focus

Highlight shop, product, cart and checkout template resolution paths.

WooCommerce
🧱

Block theme (FSE)

Block template hints and reduced PHP noise for full-site editing themes.

FSE

12+ tipos de consulta

Entrada, página, archivo, taxonomía, autor, búsqueda, 404, portada y más — cada una con su cadena de candidatos.

single

single-{type}-{slug}.php → single-{type}.php → single.php

page

Custom template → page-{slug}.php → page.php

archive

taxonomy, author, date and post type archives

404 / search

404.php and search.php with index.php fallback

Hierarchy rules follow WordPress core template.php — filters like single_template_hierarchy still apply.

Real-world workflows

Theme agencies, WooCommerce maintainers and block theme adopters.

Agency theme audit

Antes: Screenshot admin bar from abandoned plugin, email filenames to client.

Después: Resolve top 10 URLs, export JSON theme map, attach to handoff.

Documented in 15 min

WooCommerce override

Antes: Guess whether woocommerce/single-product.php or theme override loads.

Después: Resolve /product/sample/ — see exact matched file and chain.

No FTP grep

Block theme migration

Antes: Assume index.html template — PHP hierarchy confusing.

Después: Enable block theme preset — FSE hints alongside PHP inventory.

FSE clarity

El visualizador de plantillas que WordPress necesita

Jerarquía visual, información de archivo de plantilla y exportación — sin editar código.

URL resolver

Paste any site URL — get query type, matched file and full candidate chain.

Admin bar badge

See the active template while browsing the front-end as administrator.

Theme inventory

List PHP templates in child and parent theme directories.

Exportación JSON

Free export of settings, inventory and recent lookups — no account.

4 ajustes predefinidos

Theme dev, agency, WooCommerce and block theme workflows in one click.

Site Health

Quick tests for plugin status and theme template coverage.

REST API

thv/v1/resolve for connected Volade accounts and CI scripts.

WP-CLI

wp thv resolve, scan, export and preset from SSH.

Use alongside Query Monitor for performance — THV answers « which template file? », QM answers « what is slow on this request? »

THV vs template debug plugins

Show Current Template and What The File show a filename — THV shows the full hierarchy and exports it.

CaracterísticaTHVShow Current TemplateWhat The FileQuery Monitor
Full candidate hierarchy chain~
URL resolver in admin
Admin bar current template~
Theme PHP inventory~
Block theme (FSE) hints
4 workflow presets
Exportación JSON gratuita
WP-CLI~
Actively maintained 2026~
No account required (core)

Indicative comparison — always verify on your stack before migration.

Tres niveles, un plugin

Visualización básica gratuita sin cuenta. Cuenta Volade y V+ para información extendida y exportación.

Free core

Guest

  • URL resolver & hierarchy tree
  • Admin bar badge
  • Theme inventory
  • 4 ajustes predefinidos
  • Exportación JSON
Account

Volade connected

  • Everything in Guest
  • REST API thv/v1/resolve
  • Extended lookup history
  • Priority feedback channel
Agencia

V+ Premium

  • Everything connected
  • Bulk URL scan
  • WP-CLI automation
  • Multisite rollup

WP-CLI y API REST para scriptear mapas de plantillas entre staging y producción.

WP-CLI

Resolve, scan and export from SSH — no admin UI needed.

wp thv resolve /shop/
wp thv scan
wp thv export --file=templates.json

Multisitio

Per-site template maps with central export on V+ Premium.

  • Per-site hierarchy dashboard
  • Consolidated agency export
  • Harmonized WooCommerce preset
Descarga verificada

Descargar

Instala el ZIP, navega por tu sitio, ve la jerarquía de plantillas en la barra de administración — en menos de 3 minutos.

ZIP con SDK de Volade — activa en Volade → Template Hierarchy Visualizer.

Descargar v1.0.0template-hierarchy-visualizer-by-volade-1.0.0.zip
  1. 1Plugins → Añadir nuevo → Subir → selecciona el ZIP → Activar
  2. 2Volade → Template Hierarchy (or Tools → Template Hierarchy)
  3. 3Resolve a URL → read the hierarchy → export JSON for handoff

Visualización en menos de 3 minutos

Ejecutando escaneo antivirus…

Preguntas frecuentes

Jerarquía de plantillas, plantillas PHP, temas y cuenta Volade.

Yes — when wp_is_block_theme() is true, block template hints appear alongside PHP inventory. Classic hierarchy may be bypassed for front-end rendering.

Gratis vs V+ Premium

La extensión funciona sin cuenta. V+ desbloquea premium en esta extensión y en todo el catálogo.

CaracterísticaGratisV+
Résolveur d'URL & arbre de hiérarchie
Badge admin bar & inventaire theme
4 presets & export JSON gratuit
API REST thv/v1/resolve
Scan bulk & WP-CLI avancé
Rollup multisite agence

Template Hierarchy Visualizer by Volade

Descarga gratuita · V+ opcional

Descargar v1.0.0V+
Comunidad

Reseñas, debates y novedades

Comparte tu experiencia con Template Hierarchy Visualizer by Volade y sigue las últimas versiones.

Ready to see your template map?

Download Template Hierarchy Visualizer by Volade v1.0.0 — URL resolver and theme developer preset in one click, no signup.

Descargar v1.0.0

¿Cuenta Volade o V+ Premium? Opcional · Precios