WordPress Theme Detection

WordPress loads its primary stylesheet from a path that includes the active theme's directory name: wp-content/themes/theme-name/style.css is the standard pattern. This is true whether the theme is a free option from the WordPress.org theme repository or a premium theme purchased elsewhere — the directory naming convention is structural to how WordPress loads themes, not something themes can opt out of.

Child themes add a layer: when a child theme is active, both the child theme's directory and its parent theme's directory typically appear in the page's loaded stylesheets, since child themes inherit and extend rather than replace their parent.

Identify the theme behind any site instantly
Free, no sign-up, results in seconds
Open the Tool →

Shopify Theme Detection

Shopify themes are detected through the CDN asset path structure, which includes a theme identifier segment. Paid themes purchased from the Shopify Theme Store are more specifically identifiable than free themes, since many include theme-specific CSS class naming conventions in addition to the generic CDN path structure.

Heavily customized Shopify themes — where a store has modified colors, layout sections, and styling extensively through the theme editor — typically remain identifiable at the base theme level, since customization through Shopify's theme editor doesn't change the underlying theme file structure the CDN path reveals.