• Resolved jeremysc

    (@jeremysc)


    Hello everyone,

    So I am an beginner/intermediate web designer and just got my first big client! I just talked with them and they literally just want to build their website with this exact layout:

    http://www.akaraka.org.sg/

    Does anyone know the theme/template to this website? If not, then a similar theme that work with?

    Thank your help!

    Best,
    Jeremy

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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”);

    Thread Starter jeremysc

    (@jeremysc)

    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/

    Thread Starter jeremysc

    (@jeremysc)

    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.

    Thread Starter jeremysc

    (@jeremysc)

    Success!!! Thank you for your quick response and helpful instructions.

    Everyone here has been more than helpful so thank you again!!!!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘What wordpress theme is this?’ is closed to new replies.