Template Wrapper (wrapper.php) What is it and how do we use it?
It appears if I use a template file, it still gets placed within wrapper.php
I want to create an entirely different wrapper for users who are logged in versus logged out.
I am attempting to utilize a child theme in order to keep your code and future updates in tact.
Could you please PLEASE please PLEASE provide instructions on how to create a new wrapper?
And how then to assign that wrapper?
Is the wrapper name based on the template name?
Is the wrapper name based on the page name?
Where do I place the new wrapper file?
What is the naming convention for the wrapper?
Do I need to do anything to enable the additional wrapper?
I thought I saw a note about creating an array of wrappers.
But how does that work so that your code uses the wrapper I want on only the pages I want?