It’s a child theme of Akaraka. You can tell by looking in style.css.
/*
Theme Name: Akaraka Theme
Description: Child theme for Akaraka.
Author: Ian Bland
Author URI: http://www.akaraka.org.sg
Template: akaraka
*/
@import url(“../akaraka/style.css”);
Thank you so much for you help. I am reading up on how to child themes now.
How would you recommend I replicate this website? Thank you again!
Best,
Jeremy
You can quickly find out what WP theme a site is using by putting in the URL into http://whatwpthemeisthat.com/
Hey I just got your message! Peter this website is absolutely amazing! This seriously helps so much I cannot even begin to tell you.
One final question both of you, Foleyatwork you said you said I could find that info by looking in the style.css or @import url (“../akaraka/style.css”). I tried finding a tutorial on how to do this and I have inspected akaraka.og.sg using google’s inspect element but have come up empty handed.
How do I find the style.css { or the @import url(“../akaraka/style.css”) } of a website using a tool like google inspect elements? I really do thank you for your patience and helping me out.
Best,
Jeremy
Go to the resources tab in chrome dev tools ( inspect element). And look for the file named style.css. The theme name, author, etc is always defined in the themes style.css header comments.
Success!!! Thank you for your quick response and helpful instructions.
Everyone here has been more than helpful so thank you again!!!!