How to seit up master menu and footer
Permalink
The way my site was set up by a co-worker who left the business makes me open EVERY page's footer or menu bar, every time I want to make a change. He used "copy to clipboard/ paste from clipboard" I know this is not how a good CMS is supposed to work. Can you tell me how to convert this over to work properly?
Here is the site URL http://lebanonfarmersmarket.com/...
Here is the site URL http://lebanonfarmersmarket.com/...
It sounds like you want to use a 'Stack', which let you reuse a block or a combination of blocks in multiple places on your site.
Documentation for version 5.6 is here: http://www.concrete5.org/documentation/using-concrete5/in-page-edit...
Documentation for version 5.6 is here: http://www.concrete5.org/documentation/using-concrete5/in-page-edit...
Include a file that is stored in the folder elements of you theme.
You could have something like this for the header. themename/elements/header.php
You include this file on al the page types in you theme. The global area makes sure that the block is available trough all pages that have this area. So it is globally available trough the site.
You would have to do the same for the footer.
article concrete 5.7
http://www.concrete5.org/documentation/developers/5.7/designing-for...
There is also documentation available for concrete 5.6
http://www.concrete5.org/documentation/developers/5.6/...