Custom Page
#Custom Page
PrettyBlocks can be used anywhere on your theme. If you want to have CMS pages with custom blocks, it's possible!
Example in your file: /themes/classic/templates/cms/page.tpl
Add:
1{block name='cms_content'}2 {$cms.content nofilter}3 {prettyblocks_zone zone_name="cms|{$cms.id}"}4{/block}
Then, navigate to a CMS page from PrettyBlocks, and you'll notice in the list of zones
that your cms|{id_cms}
zone is indeed present.
This tip works for all pages.
