Easy Ways to Find Out What Theme a WordPress Website is Using

Do you want to know What Theme WordPress Website Using? You can choose the right theme when you are starting a new website. In this article, we will guide you on how to find out which WordPress theme a website is using.

Read Also: How to use Multiple Themes for Pages in WordPress

Why Find Out WordPress Theme?

Well, if you like to start your own website for a blog or business. Then you will definitely require a few things in order to set up your site and the theme is one of them. Because a WordPress theme is nearly a perfect theme that can make your website work great for you. However, selecting a nice theme is one of the most difficult parts of it.

Therefore it can be quite challenging for you to find out the correct theme for your own WordPress website. But the easiest way to find out a suitable theme for your site is to check out it on another website. Because when you go through multiple websites find the one for you.

Well, after you get the desired one that you like to have on your page. Then you must know a way to find out which WordPress theme this site is using?

How To Find The Name of Theme?

Well, we can tell you a few useful methods that let you know which theme is being used on any website. Thus you can locate and place the same theme on your own website.

However, Before we start further to tell you the required methods. You need to check out the very first thing which may help you a lot. So it is always a good start to look at the footer of any website to know about the theme.

Because sometimes there is a chance that the author of the theme may include the name of his theme. Also, it can be possible that the author link to their own website in the footer of the theme design.

Well, you will be lucky in that case if it is still there. But it is also a fact that many times it is not there. In such a situation do not worry, just use the methods given below to find out which theme the site is using now.

Method 1: Find which WordPress theme used by a Website with IsItWP

The easiest way to detect the WordPress theme used by a website is IsItWP. It is an online tool which allows the user to look up plugins and theme used by WordPress.

  • If you want to checkout, visit the IsItWP website.
  • Enter the URL of a website.
  • IsItWP will check if your website is using WordPress. IsItWP will check for the WordPress themes the WordPress website is using. It detects the WordPress plugin used by the website.
  • It will show the result with more details about the plugins and theme you can be used by the website.
  • IsItWP is not able to offer you details about a custom WordPress theme or a child theme. It will show the name of the theme you can google it to view if it’s usable for download.

Method 2: Manually Detect What Theme WordPress Website Using?

You can see sometimes the website owner change the WordPress theme name. To stop this we have a tool like IsIWP to detect which WordPress theme they are using. It is important each WordPress theme is required to have a style.css file. It contains a theme header which tells WordPress the name of the theme, theme author, URI, vision, etc. The theme uses CSS style as well.

Well, as you can see that this method is work manually. Therefore it requires you to work a little more. Because if you want to use this manual method, then you should have a little bit of knowledge about website source code. Also, this method uses a few more tough steps.

But do not worry because we will tell you that in very detail. Although, when you know about what are you doing? Then it can actually be the faster way of find out the WordPress theme. Because there is no need for you to leave the website and try to use of any separate application.

Here is the detailed way about how this method works:

Although it is fact that each WordPress theme contains a style.css file for sure. Certainly, this file can be located in the source code of any website. Also, the style.css file may contain a theme header, which has some important information such as the theme title, theme name, theme author, URI, and of course the version.

In addition, this file has included all of the CSS styles, that are used by the theme. Therefore all you have to do is just find that style.css file in the source code of the website. So that you will definitely get the name of the theme. So if this is not looking simple to you then check out these easy steps that can help you to do it:

Go To The Source Code File

Well, the first thing is to get the website’s source code. But you do not have to worry because it is not very complicated as you may think. Although to do so just simply press the right-click button anywhere on the screen or page of the website. When you do this on the theme you wish to then a selection box will appear on the screen near to the pointer.

Now you will see the option of View Page Source or Inspect Element at the end of that selection box. Now you have to Click on either of that option. When you select View Page Source then you will see the page full of code. And with Inspect Element a set of three boxes will pop up on half of your screen.

Although you may also note that there is a quick way to do so. Just use the Ctrl+Shift+I or Ctrl+U this is a quicker option to get access to a website’s source code using these hotkeys.

Check Out The CSS File

As we have already told you that you have to find out for a file named style.css. This file is typically located in a string of code containing in the /wp-content/themes. You can spend your time trying to locate that string of text in the source code in the top window.

Search With Page Finder

However, you can use another hotkey combination Ctrl+F to find the specific word. Because the Ctrl+F command will open a search box between the other boxes. All you have to do is type style.css in the search box. The finder in the box will automatically jump to source code for all of the style.css lines of code in the source code. Scroll down until you find a line of text that looks something like the below code:

<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’ />

Copy The Desired Link

Now you need to copy this style.css link in order to get the information about the theme details that you need. So get your mouse pointer over the source code with the style.css theme in it, and then just press right-click. Now a pop-up box will appear with the typical “cut”, “copy”, “paste” options. But you have to choose the copy link address option and select it with your mouse pointer.

View The Theme Header

To view the theme header where the theme information is located, you will simply open a new browser window and paste the copied link into the URL search box at the top of your screen. Your browser will open up a window with a long list of codes. This is the programming source code for that particular theme. You are only interested in what is in the header at the very top, which will look something like this:

Theme Name:     Theme Name 
Theme URI:      https://tickytackywebby.com
Author:         ThemeAuthorName
Author URI:     https://tickytackywebby.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

A quick look on whole process:

  • You can visit the website. To Right-click anywhere on the screen and you can select ‘View Page Source’ from the menu.
  • It will help you to open the source code of the page you are viewing in a new browser tab. Now you find the source code 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’ />

  • By clicking on the URL it will open the style.css file.
  • You will see the theme header block which contains information about the theme used by the website it will see on the top of the style.css file.
  • You can find the Theme’s URL or Theme Author URL which can lead you to the theme used by the website.

Finding The Parent Theme

Generally, most of the WordPress websites use a child theme to customized their websites. We use a theme header that contains all the required information about the parent theme.

*
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
*/

You can see in the above example, the header block has an extra ‘Template‘ parameter in the theme header block. This template is the parent theme. You can find out the parent theme when you are looking at the website’s source code. You will see other style.css file. The style.css file is the parent theme’s stylesheet and tapping on it will show you which parent theme a site is using.

Conclusion

Here, in this blog, we have discussed The Easy Way to Identify Which WordPress Theme a Site is Using?

Often we concluded its definition. And the process of identifying them. This can be done in two manners.

  •  Identify Which WordPress Theme a Site is Using with IsItWP.
  •  Detect Which WordPress Theme a Site is Using Manually.

They do add value to any blog post. And, this leads to the end of the blog.

We hope this blog helped you. If you found the blog useful, do not forget to use the comment section provided below. Also, share the blog with your peers. You are on your way to getting more exposure.  

Talk to our WordPress Customer Service  in case of any assistance dial +1-855-945-3219(Toll-Free). We will be pleased to help you.



Leave a Reply