I am using umbraco v4.7.0. I have created a Macro for a Usercontrol.ascx and adding it the usual way, and ticking the option “Use in editor”.
It renders fine in the RTE, but then when viewing the page it does not load the macro.
I have googled for a while now and cannot find a solution to this problem, also I have been on the umbraco forum/bug lists to see that there are various posts but I havent found a solution to this yet.
Am I missing something simple here? This worked fine in previous versions.
Got an answer finally……..in the template masterpage use:
instead of something like
So that the macro (the one added via the RTE) itself isn’t added by another macro (in this case the one displaying “bodyContent” field).