-
AuthorPosts
-
October 27, 2014 at 7:38 pm #341709
I found some previous threads, but they’re for older versions, and when I followed them, I got most of my functions.php echoed on my webpage verbatim.
Can you provide some updated instructions?
October 27, 2014 at 7:41 pm #341715Hi launchmoxie!
You can download pre-built child theme here – http://kriesi.at/documentation/enfold/downloads/
Best regards,
YigitOctober 27, 2014 at 7:43 pm #341717Child theme set up instructions rarely need update — has been the same for years on many other theme sites. This sounds like the code went wrong somewhere. You can show the support team what you’ve done so far by posting your code at PasteBin.org and link it back here.
edit:
===
Submitted my response right after a moderator answered. Nevermind.- This reply was modified 10 years ago by Tung Do.
October 27, 2014 at 7:46 pm #341720October 27, 2014 at 8:29 pm #341753Thanks to you both! The download is new information and helpful, even with as small as it is. I had @import-ed the parent’s function.php file in my attempt.
October 27, 2014 at 8:39 pm #341762Excuse the basic question on Child theme but as a new user of WP and the Enfold Child theme I would like to ask is there any special requirements when Enfold is update? I assume one can just update the theme in WP admin and any new core features will be automatically available in the child theme?
Oh BTW I have not mentioned it yet but having used Dreamweaver, and lately Rapidweaver I have found Enfold and WP to be a great package and Enfold so intuitive. You guys have produced a 1st class product and back it with support :)
October 27, 2014 at 9:21 pm #341796@calcite – That’s how it’s supposed to work. Whatever’s available in the parent theme, the child theme inherits it — including updates. There’s an exception and that’s when you purposely have things in the child theme that takes the place of parent theme features.
Template files aren’t features, but it works the same so for example… having a
header.php
file in the child theme folder means that file will always be used instead of the parent themeheader.php
file, regardless of what changes or updates you make to the parent theme file. Once you remove the child themeheader.php
file, it goes back to using the parent theme version.October 27, 2014 at 11:24 pm #341849Thanks Tung Do, that makes sense, but having made several costly mistakes in the past I always back up the entire site on the server before any radical changes ;)
-
AuthorPosts
- The topic ‘Update instructions for creating a child theme's functions.php?’ is closed to new replies.