How to create a "sidebar" in Umbraco CMS?
Posted
by usr
on Stack Overflow
See other posts from Stack Overflow
or by usr
Published on 2010-05-05T16:18:18Z
Indexed on
2010/05/09
7:38 UTC
Read the original article
Hit count: 266
umbraco
In Umbraco, every page has a content field that you can edit in the admin-area. What I want would be a second content field that I (actually my customer who will be editing the content by himself) can edit on every page. I would then create a masterpage/template that contains the two content areas (the first one as the main content and the second one as the sidebar). At least this is how I would do it. Is this possible or is there even a better approach for having a main content and a separate sidebar on every page?
© Stack Overflow or respective owner