Navigation without copy / pasting on every page

Is there any way to use one navigation throughout the website so I don’t have to copy / paste changes to it on every page?

Hello,
Yes of course - serverside includes are used for cases like this:

Must I use php and not html?

It depends on your server configuration.
Please check the following topic to learn the difference between HTML serverside includes and PHP includes:

I think I’ve got it! Thank you!

This worked on the Wappler platform, but not when I uploaded the files to a server. Anything I’m missing?

Your included files likely didn’t get uploaded. Try a ‘Publish’.

I zipped the folder (local) and expanded it on a godaddy server. All the files are there, I checked every one. I tried the “Publish” button at the bottom but it doesn’t seem to do anything. From the godaddy server, the files that use a static navigation display fine… but the files using the Server Side solution do not display the navigation.
Here’s the page using a static navigation: http://sypdesign.com/wappler/backlist.html
Here’s the same page using the Server Side solution: http://sypdesign.com/wappler/backlist%202.html

Well most probably serverside includes are not enabled there - as explained in the topic i linked to.
Save your pages as PHP and use PHP includes in this case.

It requires that your server supports SSI and has it enabled, for apache you need to have mod_include enabled. http://httpd.apache.org/docs/current/mod/mod_include.html

Also - no need to zip and extract your content like that… setup your remote server in Wappler and upload the files directly.

It works now as php… Thank you so much! … We’re trying to help our our client who had a nice Adobe Muse website, but now needs to change due to lack of support there. I think Wappler might be a good solution once I wrap my head around it (art director with some programming). We’ve got a bit more time in the trial to work out the hard bits… thanks, again!

1 Like

If you want to show your customer a better solution, have a look at

1 Like

Kust found out if you want to use server side include in an as.net inviroment, bith pages have to be .aspx to work.

1 Like