Monday 25 September 2017

How to Find Which WordPress Theme a Site is Using

Have you ever wanted to find out which WordPress theme a website is using? Often we get emails from readers asking us for help in finding the exact theme that a certain website is using. In this article, we will show you how to easily find out which WordPress theme a specific website is using.

Which Theme is a Website is Using?

When you are starting a new website, choosing the right theme is a very important decision.

Often you have ideas and inspirations that you have seen on other websites. In some cases, you may want your website to have almost the same layout and features as another website that you saw on the internet.

This could be possible specially if that website is using one of the thousands of free and paid WordPress themes available in the market.

And thankfully, it’s quite easy to find out which WordPress theme a website is using.

Method 1. Find WordPress Theme used by a Website with IsItWP

One of the easiest way to detect WordPress theme used by a website is with IsItWP. It is an online tool that allows you to look up plugins and themes used by a WordPress website.

First, you need to visit IsItWP website and enter the URL of a website you want to check.

Looking up a website on IsItWP

IsItWP will first check if the website is using WordPress. If it is a WordPress powered website, then IsItWP will check which WordPress theme the website is using. It will also try to detect WordPress plugins used by the website.

After that, it will show you the results with more details about the plugins and theme used by the website.

WordPress theme and plugin details

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

However it will display the name of the theme, so you can google it to see if it’s available for download.

Method 2. Manually Detect WordPress Theme Used by a Website

Sometimes website owners change the WordPress theme name. This stop tools like IsItWP to detect which WordPress theme they are using.

However, there still might be plenty of clues hidden in the code that you can detect and find the WordPress theme they are using.

Let’s get started.

Each WordPress theme is required to have a style.css file. This file contains theme header which tells WordPress the name of the theme, theme author, URI, version, etc. It also contains CSS styles used by the theme.

To locate this file, first you need to visit the website. Right click anywhere on the screen and select ‘View Page Source’ from the menu.

View page source of a WordPress website

This will open the source code of the page you are viewing in a new browser tab. Now you need to find a line in 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' />

You can click on the URL in this line to open the style.css file.

On top of the style.css file, you will see the theme header block which contains information about the theme used by the website. Typically, it would 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 be able to find the Theme’s URL or Theme Author’s URL here which will lead you to the theme used by the website.

Finding The Parent Theme

Many WordPress websites use child themes to customize their websites. In that case, their theme header will contain information about the parent theme they are 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, this header block has an extra ‘Template’ parameter in the theme header block. This template is the parent theme used by this website.

You can also find out the parent theme by looking at the website’s source code. There you will find another style.css file loaded from another theme. This other style.css file is the parent theme’s stylesheet and clicking on it will tell you which parent theme a site is using.

That’s all for now, we hope this article helped you learn how to find which WordPress theme a site is using. You may also want to see our ultimate list of the most wanted WordPress tips, tricks, and hacks.

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.

The post How to Find Which WordPress Theme a Site is Using appeared first on WPBeginner.



source http://www.wpbeginner.com/wp-themes/how-to-find-which-wordpress-theme-a-site-is-using/

No comments:

Post a Comment