Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi guys,

I am integrating CouchCMS for the first time and cannot find any information on how to set-up a Website Navigation system that is editable by the Client (end user).

I was wondering if someone could offer me advice/tips on what to do and where to start. Currently, my menu is inside a header.php file which I am including to the top of every page:, like so

<?php
include('includes/header.php');
require_once('admin/cms.php');
?>

I look forward to hearing from you.

Kind Regards,
Dan
Hi Dan,

how to set-up a Website Navigation system that is editable by the Client

To allow the clients the ability to control the menu, you may use 'nested-pages' - please see http://docs.couchcms.com/concepts/neste ... maker.html

Hope it helps.
2 posts Page 1 of 1
cron