Enter any WordPress website URL to identify its active theme, version, and author. Works on any publicly accessible WordPress site.
arstechnica.com
Scanned just now
ArsTechnica Custom
Theme Name
Custom
Type
WordPress
Platform
Paste any URL. Our scanner first confirms the site runs on WordPress.
We read /wp-content/themes/ paths in HTML source, stylesheet URLs, and theme-specific CSS classes.
You get the theme name, version (when available), author, and a link to the theme directory if it's a public theme.
WordPress themes load stylesheets and assets from /wp-content/themes/{theme-name}/. By reading the HTML source, we extract the theme name from these paths. We also check stylesheet headers when accessible.
Yes. Even custom themes expose their name through /wp-content/themes/ paths. The theme name appears in these paths even if it's not in the public WordPress theme directory.
We detect both parent and child themes. The child theme overrides appear in stylesheet links, and the parent template is referenced in theme files.
Some sites use theme obfuscation plugins that rename asset paths, or serve assets through a CDN that removes theme path information.
It works for most self-hosted WordPress sites. WordPress.com hosted sites often have different path structures.