Beginner's Guide for WordPress / Start your WordPress Blog in minutes

How to Find Which WordPress Theme a Site is Using

Have you ever come across a great-looking site and wanted to find our which WordPress theme it was using?

Readers often ask us to help them find the name of a theme they love on someone else’s website. They can then use exactly the same theme on their own WordPress website.

In this article, we’ll show you how to find which WordPress theme a site is using.

Finding out which WordPress theme a website is using

When you’re making a WordPress website, choosing a theme is one of the biggest decisions you’ll need to make.

There’s a lot to think about when selecting the perfect WordPress theme for your site. If you come across a site with a layout and features you love, then this could be a great shortcut to finding the right theme for you.

Some websites use custom themes, which you probably won’t be able to use yourself. However, in many cases you’ll find the site is using one of the best free WordPress themes or a popular premium theme.

If this is the case, then you can easily find out the name of the theme and then download or buy it yourself. With that in mind, let’s see how to find which theme a site is using. Simply use the quick links below to jump straight to the method you want to use.

Video Tutorial

Subscribe to WPBeginner

If you prefer written instructions, just keep reading.

Method 1. Use WPBeginner’s WordPress Theme Detector Tool (Easy)

The easiest way to detect the name of a WordPress theme is by using our free WordPress theme detector tool.

Simply paste or type in the website’s URL and then click the ‘Analyze Website’ button.

How to find out what WordPress theme any website is using

Our theme detector will then look through the website’s code and display the name of its WordPress theme.

For example, if a website is using the popular Divi theme, then our theme detector will show something like this:

The WordPress Theme Detector in action, detecting the Divi theme

If it’s a less popular theme then our tool may show you the theme’s name without an image or a ‘Get This Theme’ button.

If this happens, then we recommend pasting the theme’s name into a search engine like Google, as you may still be able to find a download link.

Method 2. Use IsItWP to Detect the Site’s WordPress Theme (And Plugins)

Another easy way to detect a site’s WordPress theme is with the free IsItWP tool. IsItWP tells you the theme, plus some extra information including what plugins the site is using.

Just open up the IsItWP website and enter the URL of the site you want to check.

Checking a website's theme and plugins using IsItWP

IsItWP will first check that the website is using WordPress.

If it is, then IsItWP will try to detect its WordPress theme and show you the results.

IsItWP showing details of the theme detected

It’ll also try to detect the WordPress hosting provider and plugins used by the website.

IsItWP will include download links to these plugins, plus any reviews so you can decide whether the plugin is right for you.

IsItWP's details of plugins being used by the site being examined

IsItWP may not be able to give you details about a custom WordPress theme or a child theme.

This means you may sometimes get a result like this:

The IsItWP WordPress theme detection website

IsItWP will still show the name of the theme, so you can search for it online to see whether it’s available to download or buy.

Method 3. Manually Detect WordPress Theme Used by a Website (Advanced)

Some website owners may change their WordPress theme’s name.

Similar to removing the powered by WordPress footer, this can make it more difficult for hackers to learn about the website, and possibly find ways to break into it.

However, it can also stop tools like our WordPress theme detector or IsItWP from detecting which WordPress theme that site is using.

Thankfully, if these tools can’t get the information about your favorite website, then you can look into the website’s code. This should give you some clues about what theme the website is using, even if they’ve changed the name or created a child theme.

Let’s get started.

Every WordPress theme has a style.css file. This file contains a theme header which tells WordPress the name of the theme, the theme author, version, and more. It also contains the CSS styles used by the theme.

To find this file, you can use your browser’s inspect tool. The steps will vary depending on the browser you’re using, but on Chrome you can simply right-click anywhere on the website that you want to examine.

Then, select ‘View Page Source’ from the menu.

View page source of a WordPress website

This will open the page’s source code in a new browser tab. Now you just need to find a line that looks something like this:

<link rel='stylesheet' id='themename_style-css'  href='http://example.com/wp-content/themes/theme-name/style.css?ver=1.1.47' type='text/css' media='all' />

There will normally be several style.css files included in the page source, so look for the one that has /wp-content/themes in the URL. In the example above, that’s http://example.com/wp-content/themes/theme-name/style.css?ver=1.1.47.

To open the style.css file, simply copy the URL and paste it into a new tab. This will show all the code inside the style.css file.

At the top of the file, you will see the theme header block which contains information about the theme used by the WordPress blog. Typically, it will look something like this:

Theme Name:     Theme Name
Theme URI:      https://example.com
Author:         ThemeAuthorName
Author URI:     https://example.com
Description:    My Theme is a flexible WordPress theme designed for portfolio websites
Version:        1.1.47
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    hestia
Tags: blog, custom-logo, portfolio, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

You may even be able to find the Theme’s URL or Theme Author’s URL, which can help you learn more about the website’s theme.

Finding The Parent Theme

Many people use WordPress child themes to customize their websites. In that case, their theme header will contain information about the parent theme they’re using.

*
Theme Name:   My Child Theme
Description:  Just a child theme
Author:       Peter Smith
Author URL:   Write here the author's blog or website url
Template:     hestia
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  my-child-theme
*/

In the above example, there’s an extra ‘Template’ line in the theme header block. This template is the parent theme used by this website.

We hope this article helped you learn how to find which WordPress theme a site is using. You may also want to see comparison of the best WordPress page builder plugins to create custom layouts, and our step by step guide on how to create an email newsletter to get more visitors to your website.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit – a collection of WordPress related products and resources that every professional should have!

Reader Interactions

57 CommentsLeave a Reply

  1. Been wanting to learn how to do this for a while whenever I see a nice website! Thanks for the easy-to-understand instructions!

    • If a site is not using WordPress then it would not be using a WordPress theme.

      Admin

  2. Been wanting to learn how to do this for a while whenever I see a nice website! Thanks for the easy-to-understand instructions!

  3. please tell me, How do I know who used my theme?

    mean I have a theme and I want to know who else is using it.

    • There is not a simple method for finding that information unless your theme’s author features sites using their theme.

      Admin

  4. It was really a very high quality, simple to understand content. For me as a beginner blogger, it is difficult to write a content like this on any niche. Very informative blog.

  5. Is there any other way to check? because i have used isitwp.com . it shows the that my site is using wordpress but it doesnot show the theme name. and have applied second method in style.css in source code. i still cant find theme name. please help me. thanks

    • If it is your site, you should be able to log into your site and under Appearance>Themes you should see the active theme for your site :)

      Admin

  6. I want to protect my website and dont want to user to know which theme i am using for WP,please let me know if it is possible?

  7. I searched a website name on the above link which you provided and as per the link that site isn’t using WordPress theme. So, is there any other way that I can find which theme they are using or how can I get the similar theme from WP?

    • If they’re not using a WordPress theme then you may want to ensure they are a WordPress site. There are multiple themes available as well as page builders for recreating a site’s design depending on how you’re wanting it to look.

      Admin

  8. I tried all these steps… I couldn’t get the theme used in a site tho it’s a WordPress site.. can anyone help me?
    Thanks

    • If it is a custom theme there wouldn’t be an option to download the theme since there wouldn’t be the ability to download.

      Admin

  9. Pls Sayed I really need to understand wordpress so I can build wonderful themes…pls help me to become a great Web developer in WordPress

    • For a starting point at WordPress development you would want knowledge of HTML, CSS, and PHP then you could take a look at the WordPress codex and their developer resources for helping you set up themes and plugins for WordPress.

      Admin

  10. Hello,

    Thank you for your excellent article.

    I have a doubt about the name of the author of a wordpress theme that appears.

    We must always believe the property of the theme. or to be wary of it?
    how to know if the theme is really a conception of the author? or
    just an usurpation of an existing modified theme?

    Best regards
    Sayed

  11. Very helpful article, I really in search of that. Finally I find here. Very thankful to wpbeginner. I will promote this site about the helpful info. Thanks

Leave A Reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.