Help with Site Wide Stacks(?) [SOLVED]
Permalink
I've been Googling this for a while, but didn't find exactly what I needed.
My question is:
"How do I add site wide editable blocks/stacks to my html?"
I know I can add:
But I'd like to not having to go into the admin panel to edit this, and instead allow a user to front end edit it.
Any help would be greatly appreciated!
My question is:
"How do I add site wide editable blocks/stacks to my html?"
I know I can add:
<?php $stack = Stack::getByName('Stack_Name'); $stack->display($c); ?>
But I'd like to not having to go into the admin panel to edit this, and instead allow a user to front end edit it.
Any help would be greatly appreciated!
Have a look at \concrete\themes\elemental\elements\header.php how it's used.
You can edit them in your page directly, or in dashboard/blocks/stacks/view_global_areas