Detect the theme, child theme, plugins, WP version & full tech stack of any WordPress site — instantly, free, no signup.
Could not fetch the site. It may be blocking external requests, not a WordPress site, or temporarily unavailable.
style.css header is fetched to extract name, version, author and URI./wp-content/plugins/SLUG/ paths in scripts and links are extracted as plugin slugs.Use this tool to identify any WordPress theme and its associated plugins in under 30 seconds. Here's exactly what happens at each stage.
Type or paste the full URL of any website into the search field. The tool automatically prepends https:// if omitted. You can also click one of the sample site chips to run a demo detection immediately.
The tool fetches the page HTML via a CORS proxy and checks for WordPress fingerprints: /wp-content/, /wp-includes/, the generator meta tag, and the REST API endpoint. If none are found, the tool reports that this is not a WordPress site.
All /wp-content/themes/SLUG/ occurrences in the source are tallied, and the most frequently referenced slug is identified as the active theme. The theme slug is then used to fetch the style.css file.
The WordPress theme header comment block inside style.css contains structured metadata: Theme Name, Version, Author, Author URI, Description, Template (parent theme slug), Text Domain, License and Tags. This tool extracts all available fields and presents them in the Theme CSS Info tab.
All /wp-content/plugins/SLUG/ paths are extracted as installed plugin slugs and matched against a database of 60+ known plugins. Page builders, caching plugins, CDNs, analytics tools and security solutions are also identified through HTML fingerprinting. Use Copy Report to export all findings.
The TechOreo WordPress Theme Detector is a free, browser-based tool that identifies the active theme, child theme, plugins and full technology stack of any publicly accessible WordPress website. Detection runs entirely client-side using JavaScript — your queries are never logged or stored on TechOreo's servers.
The tool works by fetching the target site's public HTML via a CORS proxy and applying the same source-scanning techniques used by tools like WPThemeDetector and WPDetector: locating theme paths in /wp-content/themes/, reading the style.css header comment, extracting plugin slugs from /wp-content/plugins/ paths, and fingerprinting technology stack signals through CSS class names, script handles and asset URL patterns.
Common questions about WordPress theme detection, how the tool works, and what to do when detection fails.
/wp-content/themes/, and note the folder name immediately after /themes/ — that is the theme slug. Navigate to https://example.com/wp-content/themes/SLUG/style.css to read the full theme header with name, version and author.
/wp-content/plugins/PLUGIN-SLUG/. This tool scans all script and link tags in the page source for these paths and extracts each unique slug as a detected plugin. Results include a direct link to the plugin's WordPress.org page. Note that plugins which load no front-end assets will not appear — this is an inherent limitation of source-based detection.
/wp-content/ directory path entirely. Sites using full-page caching may serve flat HTML that strips WordPress-specific markers. CDNs can rewrite asset URLs. Some servers block third-party fetch requests or return a 403 error. Heavily customised enterprise WordPress installs sometimes use non-standard directory structures. If automated detection fails, use the Manual How-To tab to inspect the source yourself.
style.css header, a child theme includes a Template: field containing the parent theme's folder slug. This tool detects both and reports the parent-child relationship under Theme CSS Info.
<meta name="generator" content="WordPress X.X.X">. The tool also checks ?ver= query strings appended to WordPress core scripts and stylesheets such as /wp-includes/js/wp-embed.min.js?ver=6.5. The version number found in these signals is reported. Note that some sites suppress the generator tag or strip version numbers via security plugins.
elementor class names and scripts), Divi Builder (via theme path and DiviBuilder JS), WPBakery Page Builder (formerly Visual Composer, via js_composer and vc_row classes), Beaver Builder (via fl-builder handles), and Brizy Page Builder (via brizy paths). Detection is based on distinctive class names, script handles and asset path patterns present in the rendered HTML source.