All tools
WordPress tools

Theme & Plugin Detector

Paste any WordPress site URL and instantly detect the active theme, child theme, parent theme and visible plugins — no guessing, no manual source-digging.

Active theme Child theme Parent theme Theme version Plugin list Author links
Get started free Sign in

Free · No credit card · 50 credits/day

What gets detected

🎨

Active theme

Theme name, version, author, description and a direct link to download or purchase it — extracted from the style.css header.

👶

Child theme

Detects whether a child theme is active and shows the child theme name, version and which parent it extends.

📦

Parent theme

If a child theme is in use, shows the full parent theme details — the underlying framework (Astra, GeneratePress, Divi, etc.).

🔌

Frontend plugins

Lists plugins visible in enqueued scripts and stylesheets — page builders, SEO plugins, sliders, forms, chat and analytics.

🔗

Plugin links

Direct links to the WordPress.org plugin page for each detected plugin so you can read documentation or check reviews.

ℹ️

WordPress version

WordPress version detected from the generator meta tag — useful for checking if a site is running an outdated, vulnerable version.

Frequently asked questions

How does a WordPress theme detector work?

Reads publicly available HTML source for WordPress fingerprints: the stylesheet link (/wp-content/themes/{name}/style.css), generator meta tag, wp-content paths in scripts/images, and style.css header comments (Theme Name, Version, Author). Plugin detection finds /wp-content/plugins/{slug}/ paths in enqueued assets.

Can I detect plugins on a WordPress site?

Yes, with caveats. Plugins that enqueue frontend scripts or styles are visible via their /wp-content/plugins/{slug}/ paths. However: server-side-only plugins (security, caching, email) leave no visible traces; security plugins deliberately obfuscate paths; some managed hosts rewrite URLs. Most accurate for page builders, SEO, sliders and chat plugins.

Is it legal to detect the theme and plugins on another website?

Yes. Reading publicly available HTML that any browser receives is legal. You're analyzing information the site already sends to every visitor. Standard practice in web development and competitive research. What's not legal: accessing password-protected areas, bypassing authentication, or using discovered plugin vulnerabilities to attack the site.

What is a child theme and how do I detect one?

A child theme inherits functionality from a parent theme and can override specific templates without modifying parent files. Detected by the Template field in style.css (e.g., "Template: astra" indicates an Astra child theme). The detector shows both the active child theme and the parent framework.

Related WordPress tools

More tools for WordPress research and setup.

Login Exposure Checker

Check if wp-login.php, wp-admin and xmlrpc.php are publicly exposed.

Child Theme Generator

Generate a ready-to-upload child theme zip for any detected parent theme.

wp-config.php Generator

Generate a hardened wp-config.php with fresh salts.

Find out what any WordPress site is running

Free account. 50 credits per day. Access to 75+ tools instantly.

Create free account →