• Resolved Kat_

    (@kat_)


    I’ve got a child theme. Now, I understand that any index.php or head.php file moved to this child directory will overwrite the parent files? Is that right? Sorry I’m just getting hang of Wp.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    Yes, If you copy files over to your child theme’s directory it will be used instead of the file in the parent theme with the same name. The only exception being the (child theme’s) functions.php file which will be loaded before the parent functions.php file.

    http://codex.wordpress.org/Child_Themes

    Thread Starter Kat_

    (@kat_)

    Thx 🙂

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

The topic ‘file directory question’ is closed to new replies.