Why there's notthing to edit in my "Page Type" ?
Permalink
I'm trying to use the stacks, but it's not working since when I edit my template in "Page Style", there's nothing to edit ? (No field I can click to add the stack).
I have some place to edit when I edit the page, but no the page style.
I have code included in the template that look like this :
Scrapbook were working fine using (But they are not updating when I change them) :
Got an idea? Or way to integrate it like the Scrapbook?
I have some place to edit when I edit the page, but no the page style.
I have code included in the template that look like this :
<?php $a = new Area('Domain Search'); $a->display($c); ?>
Scrapbook were working fine using (But they are not updating when I change them) :
<?php $block = Block::getByName('domain search'); if( is_object($block) ) $block->display(); ?>
Got an idea? Or way to integrate it like the Scrapbook?