It's a neat single page template where all the top level pages are loaded onto a single page and you jump to them using the left hand menu.
I was wondering what would be the best way to do this in Umbraco using seperate content nodes for each of those pages as you wouldn't want a single node to contain all that content.
Architecting for a single page template in Umbraco
Take a look at this site.
It's a neat single page template where all the top level pages are loaded onto a single page and you jump to them using the left hand menu.
I was wondering what would be the best way to do this in Umbraco using seperate content nodes for each of those pages as you wouldn't want a single node to contain all that content.
Regards,
Matt
You could store it in different content nodes and create 1 XSLT or Razor file which reads data from multiple nodes and renders it in 1 page. Or you could use some cool jquery techniques to load in different nodes/templates like here: http://our.umbraco.org/forum/templating/templates-and-document-types/16442-Use-jQuery-to-load-a-page-with-another-template
Jeroen
I've ended up using the great uComponents macro 'RenderTemplates'.
It has made it very simple for me.
Regards,
Matt
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.