When using the Metronic HTML theme, to make changes to the core areas which replicate across the website such as header, footer, navigation menu do i have to copy / paste the amended code for each page or is there an easier way to do it.
e.g.
Lets say i have 50 webpages and amend the menu, do i need to edit 50 webpage's and paste the amended menu code on each webpage?
Its fine if thats the way the HTML template works but i'm just making sure i'm working smarter not harder before i start making core changes to the template
Hi,
You will need to use server-side code to make partials of the header, and footer and reuse them on each page. Dynamic server-side languages allow you to have a central layout and reuse it for all pages.
We have a starter kit solution that you can install and run for the these backend frameworks.
Regards.