Organize my Graphene Theme
-
Don’t paste the entire code of the parent functions file to child theme’s
functions.php. It could breakdown your site. Child theme’s functions doesn’t override the parent themes function. So, just put the custom function into your child theme’sfunctions.phpI understand, ok Prasanna !
This is the same for header.php, for example ?
I write in child theme/header.php, my modification only inside ?
For CSS, I write “@import url(“../twentyten/style.css”);” and the modif only after inside ?
Import Graphene theme’s style sheet. Not twenty ten’s!
@import url(“../graphene/style.css”);
Oh! My mistake. Homepage pane has only two columns. I’ll look into it and will get back soon if I find a solution.
@ Prasanna :
Thank you ! I am not here this weekend.
I will finish the child theme Monday.
I will inform you, thank you very much !!!
- You must be logged in to reply to this topic.
