WebDevStudios / WDS-Simple-Page-Builder

Uses existing template parts in the currently-active theme to build a customized page with rearrangeable elements.
GNU General Public License v2.0
136 stars 25 forks source link

Child theme loads parts from parent and child #22

Closed jazzsequence closed 9 years ago

jazzsequence commented 9 years ago

Currently child theme only loads parts from the child theme. Should array_merge that list with parts from the parent, too, but will need to tread carefully.

First reported in #16

Filing this as an enhancement because the current functionality works as expected (child loads parts from the child), but it could be made better if there were parts in the parent that we also wanted to use.

jazzsequence commented 9 years ago

This needs documentation but is now possible in refactor-2 (and soon to be merged into develop. Closing this. Props @modemlooper for building it.