How to Identify the Theme on any WordPress Blog

Often we come across blogs with cool themes and wish we had that theme, don’t we? If its a custom made theme, there is hardly a way out, but if its a Standard theme, here are two ways to get it.

Hack the Style Sheet

Hack WordPress Themes
The WordPress Theme Development Codex specifies every theme to have the Theme information in the following format in the Style Sheet style.css.

/*
Theme Name: Rose
Theme URI: the-theme's-homepage
Description: a-brief-description
Author: your-name
Author URI: your-URI
Template: use-this-to-define-a-parent-theme--optional
Version: a-number--optional
.
General comments/License Statement if any.
.
*/

Thankfully, most themes have these information intact. If you open up the style sheet of the theme you can easily read off the information and download the theme.

How to open a Theme Style Sheet?

Take the source code of the page: Either right click and select ‘View Page Source’ or something similar depending on your browser. If you are on Firefox, pressing Ctrl+Shift+U brings up the page source.

Search for style.css and you will find the link to the Style Sheet.

Search for Style Sheet

Copy paste the link to your browser and you have the style sheet. Look for the Theme URI which is often where you can download the theme. If not, Google for the Theme Name and you should be able to get it.

Hack the URI

Choose an image that belongs to the theme, like the header image. Copy the image location: Right Click the header and see its Properties to find the whole link to the image.

The link reads something like:

http://DomainName.com/wp-content/themes/ThemeName/images/header.png

There you have the Theme Name. Google it.

Both these are not Fool Proof. But no one takes the pain to change the defaults. Good for us. What do you think?



You May Also Like To Read:

  1. Make a Full Width Page For Your WordPress Theme
  2. How To Make Your Theme WordPress 3.0 Compatible
  3. Make Yourself a Unique WordPress Theme in 5 Easy Steps
  4. Easily Learn WordPress Functions Using Inbuilt Documentation Lookup
  5. Custom Image and Link for Each Post using WordPress Custom Fields

This entry was posted in WordPress and tagged , , , , , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

For More Like, "How to Identify the Theme on any WordPress Blog"
Grab the Feed or,

19 Comments

  1. Posted February 15, 2010 at 08:32 | Permalink

    hi arun, the author and template thing is a good one, man. thanks for how to see that with view page source. the trouble with looking for the template folder maybe that it is more prone to be changed – it is right on the way and is used many times we add a path. i used to use grid_focus_public2.0 which is a long name – the folder got changed to just grid because i could not take the trouble to write the long name each time i typed a path.

    • Posted February 15, 2010 at 16:51 | Permalink

      Shyam,

      Users usually access it via FTP, so they never bother to change anything. Only in your case when you access it via direct link.

  2. Posted February 15, 2010 at 13:51 | Permalink

    like you’re using mcminimal theme :P
    By the way, there is no need to go for css file. The theme name is listed in wp-content/themes/blah-blah-blah path. Just get the theme name and google it!

    • Posted February 15, 2010 at 16:53 | Permalink

      Hello Rishabh,

      I guess you missed the second method, which is exactly what you said.
      btw, MC Minimal is just a name ;)

  3. Posted February 15, 2010 at 14:29 | Permalink

    Interesting, I have visited a few blogs that I wish I knew which theme they were using!

  4. Posted February 15, 2010 at 18:13 | Permalink

    Thanks for sharing.

  5. Posted February 15, 2010 at 21:07 | Permalink

    What i had in my mind is what i see here. Thanks bro, i used to do this a lot. You know it Nah!

  6. Posted February 16, 2010 at 10:54 | Permalink

    Nice to see you again in action :)

  7. Posted February 16, 2010 at 17:31 | Permalink

    This is a right way to check out the theme name. Because it is possible to change the folder name as per our wish so getting the name via folder name is quite not possible.

    99% people will never change the theme name in the css file.

    Wherever Thesis theme used, i am able to identify it quickly :) without taking any css search too.. :)

  8. Posted February 16, 2010 at 17:37 | Permalink

    I forgot to name this theme, its “Thematic”. Identified with a clue tag left in the css file :)

    Am i correct @arun ?

  9. Posted February 20, 2010 at 09:35 | Permalink

    Hi Arun – I noticed that yours is mcminimal. Did you just modify another theme and change it to the name “mcminimal” or did you create this one from scratch for your blog?

    I tried renaming a theme a couple of years ago, and it broke the theme, so I just gave up on that. However, it would be nice if nobody could find out what theme I’m using :-)

    Thanks!

  10. Prachi
    Posted March 17, 2010 at 01:42 | Permalink

    Hi Arun

    Awesome blog.
    A newbie here but got to learn few things from this blog.

    This method of identifying themes and checking their stylecss is just mind blowing but my question is how to avoid getting the stylecss link getting displayed on the PAGE SOURCE.

    Some WordPress blogs don’t have the stylecss link getting displayed. How is that Possible?

    Regards
    Prachi

    • Posted March 18, 2010 at 22:37 | Permalink

      I am yet to see a WordPress blog without a style.css displayed. Since the stylesheet has to be served to the browser, I dont think there is a way to completely hide it.

      The simple thumb rule is: Anything you can see online can be downloaded. In fact, you download it first and then see it in your browser. Downloading to PC is just a saving process ;)

  11. Posted April 24, 2012 at 02:58 | Permalink

    How to do it if they DID modify the css author properties and also the folder name where the theme resides?

    Thanks in advance!

    Sergio

    • Posted April 24, 2012 at 18:18 | Permalink

      You could check the page CSS to find any clues. Some theme authors use theme specific css tags, but still rare. If they change all those things, then there is nothing much to look for.

One Trackback

  1. [...] the theme details in style.css and make it undetectable. (Not recommended, its always good to give back love to the [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting

  • Get Free Updates