seobottools.com

Seobottools
WordPress Theme Detector Tool

WordPress Theme Detector Tool


❌ Invalid URL

"; } else { // fetch homepage HTML $html = @file_get_contents($url); if (!$html) { echo "

⚠️ 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 Details Found:

Theme Name: $theme_name

Version: $version

Author: $author

Author URI: $author_uri

Theme URI: $theme_uri

Theme Slug: $theme_slug

"; } else { echo "

⚠️ style.css not accessible for theme $theme_slug.

"; } } else { echo "

❌ No WordPress theme detected.

"; } } } } ?>
Your feedback matters
4.5 / 5 - 2243 reviews
Thank you for your feedback!

Swift

Our tools deliver powerful performance, ensuring tasks
are completed in minimal time across any tool.

Security

All files you upload are automatically and permanently deleted from our servers within 2 hours, ensuring complete data protection and privacy.

Easy-to-Use

Our tools are designed for everyone, ensuring a smooth experience with no technical expertise required.

WordPress Theme Detector

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.

Features

  • πŸ”Ž Detect active WordPress theme
  • πŸ“‚ Get theme name, author & version
  • ⚑ Find active plugins
  • 🌍 Works on any WordPress website
  • βœ… 100% Free & easy to use

How to Use?

  1. Enter the website URL in the box
  2. Click the Detect Theme button
  3. Wait a few seconds while the tool scans
  4. View the detected WordPress theme and plugins

Benefits

  • πŸ’‘ Discover beautiful themes used by other websites
  • πŸš€ Get inspiration for your own WordPress site
  • πŸ” Analyze competitor’s site design & plugins
  • πŸ“Š Make better design & development choices

FAQs

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.

Β© 2025 Seobottools. All Rights Reserved.