carlomanf / wp-funnel-manager

Organises wordpress content into multi-step funnels.
https://wordpress.org/plugins/wp-funnel-manager/
5 stars 0 forks source link

Assign funnel template to interiors as well #12

Closed carlomanf closed 3 years ago

carlomanf commented 3 years ago

11 has been tracking the progress of moving some code into a legacy class in preparation for full site editing.

For funnels that are supporting full site editing, their template needs to apply for the interiors as well as the exterior. Currently, the only way to set a template for the interiors is to make a second template. There is already a safeguard (c869e12) that stops this from invoking a second funnel type, but such a workaround should not be needed anyway.

carlomanf commented 3 years ago

The solution to this adds the exterior template to the hierarchy, but still allows the more specific template for interiors only.