Multiple page update

Post your questions and problem reports here.
Post Reply
stvn66
Posts: 2
Joined: Sat Nov 05, 2011 3:15 pm

Multiple page update

Post 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
User avatar
Nikolajs
Blumentals Software Developer
Posts: 108
Joined: Mon Sep 19, 2011 8:28 am

Re: Multiple page update

Post 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.
Nikolay Dutchuk
Blumentals Software
stvn66
Posts: 2
Joined: Sat Nov 05, 2011 3:15 pm

Re: Multiple page update

Post 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
User avatar
Nikolajs
Blumentals Software Developer
Posts: 108
Joined: Mon Sep 19, 2011 8:28 am

Re: Multiple page update

Post by Nikolajs »

Maybe yes, and maybe no. :) It depends on the search engine.
Nikolay Dutchuk
Blumentals Software
Post Reply