It seems that when I preview a page that has macros the macro's don't display any content at all. Is this a problem with the way I have written the macros or a limitation of the preview function.
Can I only preview content that is displayed as an umbraco field?
Macros render against the published data. If the node is not published, the Macro will not have a node to render against. Umbraco Item tags pull the unpublished content when in preview mode.
Previewing pages with macros on
It seems that when I preview a page that has macros the macro's don't display any content at all. Is this a problem with the way I have written the macros or a limitation of the preview function.
Can I only preview content that is displayed as an umbraco field?
For each Macro that you create you will want to check-off the "Render content in editor" in orde to see the content in a RTE control.
Cheers..
Nik,
Macros render against the published data. If the node is not published, the Macro will not have a node to render against. Umbraco Item tags pull the unpublished content when in preview mode.
Case
is working on a reply...