How Do I Know The Theme A Blog Is Running On?

3 replies
  • WEB DESIGN
  • |
Hi,

Please I have a site which i am trying to design my
new blog in its replica but i want to know the theme
the site is running on. Please can anyone help me?

SHALOM
#blog #running #theme
  • Profile picture of the author yukon
    Banned
    Look at the sites source code, then do a page search for this exact keyword.

    /wp-content/
    That url you find should include the name of the theme. The page might return multiple keyword hits, check each one until you see the theme name.

    Assumes it's not a custom WP theme.
    {{ DiscussionBoard.errors[4442861].message }}
  • Profile picture of the author Jay_Selders
    View the source of the blog.
    Find the stylesheet. it is toward the top of the code and ends in css.
    Then view the stylesheet in your browser usually located at
    http://blog.com/wp-content/themes/theme name/style.css

    Top of the css file has something like this:
    /*
    Theme Name: Name of Theme
    Theme URI: example.com
    Author: author-name
    Author URI: authorurl.com
    */

    Google name of theme and check it out.

    OR, if you want you can send me a link to the blog and I will check for you.
    {{ DiscussionBoard.errors[4442908].message }}
  • Profile picture of the author rodney2420
    i think you just need to pu tthe url and try it if its find it should work
    {{ DiscussionBoard.errors[4443156].message }}

Trending Topics