PDA

View Full Version : Universal Headers/Footers



gkiger
10-23-2009, 03:58 PM
Is there a way to install a universal footer for all the pages in my domain, regardless of how they were created? ie, I have some pages made with PageBuilder, which doesn't seem to have a footer option at all... some made with WordPress... and so on.

I want to have a footer on all pages with links to the home page, privacy policy, sitemap, etc.

Very clear instructions if there are any, please, I'm new and trying to learn.

felgall
10-23-2009, 05:29 PM
You need to use either server side scripting language to do that or use SSI. Since WordPress already uses PHP and has the option to place a footer in all the pages it generates via the theme you are probably best to convert the rest of your pages to use PHP and include the same footer as WordPress is already using. That will mean switching to a different editor for the rest of the pages so as to be able to insert the needed PHP code.