Page 1 of 1

Multiple page update

PostPosted: Sat Nov 05, 2011 3:20 pm
by stvn66
Hi,
Is it possible that when you update the menu, with say a new page you can apply this change to all the pages at once?
At the moment I am having to copy/paste the updated menu to each page individually!
Thank you.
Steve

Re: Multiple page update

PostPosted: Sat Nov 05, 2011 8:52 pm
by Nikolajs
Yes, it is possible, but you will have to use a scripting language like PHP.

For example, create an empty file named menu.php and paste HTML code of the menu into that file. Next, place the following code into all your webpages:

Code: Select all
<?php include 'menu.php'; ?>


Note, that you need to rename all your webpages from .html to .php so that PHP can actually work.

Re: Multiple page update

PostPosted: Sun Nov 06, 2011 12:28 pm
by stvn66
Hi Nikolajs,
Thank you for the info.
Would changing a web page from HTML to PHP effect anything, say for instance the listing on search engines?
Many thanks,
Steve

Re: Multiple page update

PostPosted: Sun Nov 06, 2011 1:55 pm
by Nikolajs
Maybe yes, and maybe no. :) It depends on the search engine.