Hi, I have created over twenty different templates for the same site.
In all of them, the same long piece of html code appears.
Could someone suggest me the php code I need to write in the template files to link that piece of html code, which is always the same everywhere?
What strategies could I use to link it?
The problem is that this long piece of code that is identical everywhere, MAY change IN TIME. So, when I fix it, I would have to change it in all twenty template files....