Re: New theme framework and exisiting WP themes
I got a question about the “functions.php” file that is “bp-sn-parent”.
I am trying to make yor approach of having the “WP Theme” as parent and the stripped out “bp-sn-parent” as a child.
You said:
The child theme will be the BP theme framework, but without the redundant files ( header, footer, archives, index, etc).
What am I supposed to do with functions.php? I guess it holds a lot of stuff needed by BP to function. I tried to copy/paste the whole code from functions.php in BP theme to functions.php in WP Theme: I got a blank page. No error messages displayed, just broke.
Well, just wanted to know about the use and the place of “functions.php” in BP and what I am supposed to do with it, if I follow your way.
Thanks in advance for insights.