β οΈ Unable to fetch website.
"; } else { // find wp-content/themes path if (preg_match('/wp-content\/themes\/([a-zA-Z0-9-_]+)/', $html, $matches)) { $theme_slug = $matches[1]; $style_url = rtrim($url, "/") . "/wp-content/themes/" . $theme_slug . "/style.css"; // fetch style.css $style_css = @file_get_contents($style_url); if ($style_css) { $theme_name = preg_match('/Theme Name:\s*(.*)/i', $style_css, $m1) ? $m1[1] : "Unknown"; $theme_uri = preg_match('/Theme URI:\s*(.*)/i', $style_css, $m2) ? $m2[1] : ""; $author = preg_match('/Author:\s*(.*)/i', $style_css, $m3) ? $m3[1] : ""; $author_uri = preg_match('/Author URI:\s*(.*)/i', $style_css, $m4) ? $m4[1] : ""; $version = preg_match('/Version:\s*(.*)/i', $style_css, $m5) ? $m5[1] : ""; echo "Theme Name: $theme_name
Version: $version
Author: $author
Author URI: $author_uri
Theme URI: $theme_uri
Theme Slug: $theme_slug
β οΈ style.css not accessible for theme $theme_slug.
"; } } else { echo "β No WordPress theme detected.
"; } } } } ?>
Our tools deliver powerful performance, ensuring tasks
are completed in minimal time across any tool.
All files you upload are automatically and permanently deleted from our servers within 2 hours, ensuring complete data protection and privacy.
Our tools are designed for everyone, ensuring a smooth experience with no technical expertise required.
Our WordPress Theme Detector is a free tool that helps you find out which WordPress theme and plugins a website is using. Simply enter the website URL and discover the theme name, version, author, and active plugins instantly. Perfect for developers, designers, and bloggers who want to know the tech stack behind any WordPress site.
Q1: What is a WordPress Theme Detector?
π Itβs a tool that tells you which theme and plugins a WordPress website is using.
Q2: Is this tool free?
π Yes, itβs completely free to use.
Q3: Can it detect all plugins?
π It shows most active plugins that are visible on the front end of the site.
Q4: Why should I use this tool?
π To get theme inspiration, find useful plugins, and analyze competitor websites.