Re: Sites using parent/child theme architecture?
I’m essentially thinking of doing the same with Theme Hybrid. I’m guessing you move over the BP-specific templates to the Thesis theme directory and build the children off of the Thesis parent directory. Is this right?
Then you figure out how to make the css and functions work with this setup in your child. Interesting thing about Hybrid, most everything is done through style.css and functions and child themes have few, if any templates (as least with the two I’ve looked at).
Let us know when you have a working model we can view