19 replies
How can we check the theme of a wordpress site, that what theme is used on it?
#theme #wordpress
  • Profile picture of the author Jill Carpenter
    Just answered that on the other post:

    Originally Posted by Jill Carpenter View Post

    Look at the source code of the page.

    Or go here.
    Signature

    "May I have ten thousand marbles, please?"

    {{ DiscussionBoard.errors[10518526].message }}
    • Profile picture of the author Andrew514
      Originally Posted by Jill Carpenter View Post

      Just answered that on the other post:
      Thank you so much..
      {{ DiscussionBoard.errors[10519873].message }}
  • Profile picture of the author imraselahmed
    Originally Posted by Andrew514 View Post

    How can we check the theme of a wordpress site, that what theme is used on it?
    There are several ways to find which theme use for their wordpress sites. You may find the theme name on site-url/up-content/themes/style.css

    Or you can just go to www.wpthemedetector.com
    {{ DiscussionBoard.errors[10519120].message }}
    • Profile picture of the author jjhf
      right click -> view source always worked well for me.

      then just ctr-f and type in theme

      you'll see something like .../wp-content/themes/THEMENAME
      {{ DiscussionBoard.errors[10519221].message }}
      • Profile picture of the author Andrew514
        Originally Posted by jjhf View Post

        right click -> view source always worked well for me.

        then just ctr-f and type in theme

        you'll see something like .../wp-content/themes/THEMENAME
        Thank you so much..
        {{ DiscussionBoard.errors[10519882].message }}
    • Profile picture of the author Andrew514
      Originally Posted by imraselahmed View Post

      There are several ways to find which theme use for their wordpress sites. You may find the theme name on site-url/up-content/themes/style.css

      Or you can just go to www.wpthemedetector.com
      Thank you so much..
      {{ DiscussionBoard.errors[10519879].message }}
  • Profile picture of the author ABN
    As others have stated, quick and easy to right-click and view source, and search for: wp-content/themes and you'll likely see the theme name in the url. However, the site could be using a child theme with a different name, so sometimes this is not accurate. Checking the stylesheet should be a bit more reliable if unsure.
    {{ DiscussionBoard.errors[10519237].message }}
    • Profile picture of the author Andrew514
      Originally Posted by ABN View Post

      As others have stated, quick and easy to right-click and view source, and search for: wp-content/themes and you'll likely see the theme name in the url. However, the site could be using a child theme with a different name, so sometimes this is not accurate. Checking the stylesheet should be a bit more reliable if unsure.
      Thank you so much..
      {{ DiscussionBoard.errors[10519883].message }}
  • Profile picture of the author Andrew514
    I will try all your suggestions and hope for favorable results..
    {{ DiscussionBoard.errors[10519885].message }}
    • Profile picture of the author imraselahmed
      Originally Posted by Andrew514 View Post

      I will try all your suggestions and hope for favorable results..
      Let me know if you couldn't make it happen, i may help you with that. Thank you
      {{ DiscussionBoard.errors[10520505].message }}
      • Profile picture of the author Andrew514
        Originally Posted by imraselahmed View Post

        Let me know if you couldn't make it happen, i may help you with that. Thank you
        Thank you Imrasel, I found the theme with the help of the two links Jill and you provided. But there is another question that, if you aren't sure that the website is made in wordpress or something else then how can we locate what is used to made it?
        {{ DiscussionBoard.errors[10520867].message }}
        • Profile picture of the author Marvin Lex
          Originally Posted by Andrew514 View Post

          if you aren't sure that the website is made in wordpress or something else then how can we locate what is used to made it?
          BuiltWith Technology Lookup provides you with data on the CMS being used etc.
          {{ DiscussionBoard.errors[10520894].message }}
          • Profile picture of the author Andrew514
            Originally Posted by Marvin Lex View Post

            BuiltWith Technology Lookup provides you with data on the CMS being used etc.
            Marvin bundles of thanks. I tried it and it showed all details. Thanks again.
            {{ DiscussionBoard.errors[10520923].message }}
        • Profile picture of the author imraselahmed
          Originally Posted by Andrew514 View Post

          Thank you Imrasel, I found the theme with the help of the two links Jill and you provided. But there is another question that, if you aren't sure that the website is made in wordpress or something else then how can we locate what is used to made it?
          I'm using a chrome extension called wappalyzer. You may give a try. Thanks
          {{ DiscussionBoard.errors[10527944].message }}
          • Profile picture of the author Andrew514
            Originally Posted by imraselahmed View Post

            I'm using a chrome extension called wappalyzer. You may give a try. Thanks
            I will try it.
            {{ DiscussionBoard.errors[10529644].message }}
  • You can use:

    What WordPress Theme Is That?

    it will tell you that info
    Signature

    Join Next Live Mastermind Zoominar 100% Real World Secrets to Get Up And Running. Are you Stuck? Don’t miss it www.MonthlyMastermind.org
    {{ DiscussionBoard.errors[10521253].message }}
  • Profile picture of the author adiya15
    Please go to view source and press Ctrl+f. Then type themes. Now you will see something like this..
    /wp-content/themes/ (theme name)
    {{ DiscussionBoard.errors[10528387].message }}
    • Profile picture of the author Andrew514
      Originally Posted by adiya15 View Post

      Please go to view source and press Ctrl+f. Then type themes. Now you will see something like this..
      /wp-content/themes/ (theme name)
      Thanks adiya, I had done it.
      {{ DiscussionBoard.errors[10529647].message }}

Trending Topics