Can you identify this theme?

thenwhat

Regular Member
Joined
Nov 17, 2012
Messages
346
Reaction score
113
I'm trying to find the theme of this website (link). It pulls up as "Kitchenistic" under all of the theme scanners but I can't seem to find it on Google search.

Anybody have a clue?
 
I have no idea.
Its a nice looking theme but probably has a high bounce rate because readers are not used to this style of blogs. Just my 2 cents before you find it and try to use it in your site.
 
Click link on wpthemedetector for demo. Seems its custom made for a websote with name Kitchenistic . Com
 
Hi mate , here you can have some confirmation from source code , it's kitchenistic

GX3oMbk

GX3oMbk

Glad i could help :)
 
Check Source Code
A WordPress website outputs HTML code, and that code often includes clues about the theme. So you can view the HTML using the browser’s “view source” command, and look for hints of the theme. Here’s how.

  1. Open the website running the theme you want to identify.
  2. Right-click somewhere on the webpage and click View Page Source (or Show Page Source or View Source or a similar option). (If you don’t see this in your right-click menu, you may need to look through the menu bar of your browser – look for the words Tools, Develop, or Developer).
  3. Once you have the code open, use Ctrl + F (on Windows) or Cmd + F (on Mac) and look for “style.css”. If you don’t find anything, look for “/wp-content/themes/” and look at the CSS files (style.css or another .css file) to look for clues of the theme or parent theme. If you get a CSS file with a URL containing a <code>?</code>, you can try deleting the <code>?</code> and everything after it, then hitting enter. There are times that you simply won’t be able to figure out the theme used.
  4. When you think you’ve found the theme name, try to find it. Google the name you found, followed by “wordpress theme.”

Source:
https://optimwise.com/wordpress-theme-check/
 
I have no idea.
Its a nice looking theme but probably has a high bounce rate because readers are not used to this style of blogs. Just my 2 cents before you find it and try to use it in your site.
Uhm ok..:D not about the style. 10beasts has a similar homepage and was sold for $550k ;)
 
It is a custom theme so you won't find it anywhere else to buy. I believe they use that for a network of their websites. Here it is source theme
 
It's a custom designed theme based on this library:
Code:
https://github.com/h5bp/html5-boilerplate
but you can design the same theme with bootstrap or foundation frameworks and a little HTML, CSS, JS, PHP code
 
Back
Top