Quick summary
You can identify the WordPress theme any website is using by inspecting its page source and searching for the wp-content/themes/ directory path. This method works on any WordPress site and instantly reveals the active theme name without any third-party tools.
Steps
- Open the website in your web browser.
- Right-click on the page and select View Page Source.
- You will be redirected to the page source view.
- Use the search function (Ctrl+F or Cmd+F) and look for the keyword wp-content/themes/ to reveal the theme directory name.
- Read the result — you will see a path like wp-content/themes/hello-elementor/, where hello-elementor is the active WordPress theme name.



