Or, create a seperate template that encapsulates the various sections of the main template (the
section, the navigation and header sections, the actualy body, and the footer) in functions, then rewrite the main template to use these, allowing us to continue using the main template in the same fashion we currently do while choosing to modularize templates when necessary.
Or, create a seperate template that encapsulates the various sections of the main template (the
section, the navigation and header sections, the actualy body, and the footer) in functions, then rewrite the main template to use these, allowing us to continue using the main template in the same fashion we currently do while choosing to modularize templates when necessary.