Hey, I've got a question that might be hard to explain or understand.
I've created a page to store blogs, however in maybe 1 year there will be 200 nodes under 1 which makes it extremely long. Look at the picture how it looks right now:
What I want to make is different category's for only 1 simple purpose, keeping everything organized. These documents shouldn't interfere with the code. I can probably create it but that means I need to go 1 level deeper into the code to display all the news items.
What I want to have:
Is something like this possible to have? A document or whatever simply for organizing purposes which does not interfere with the deepness of the website or the code?
You can create folders and move all posts to folders, but then URLs will change and it's not a perfect solution.
Also, you can use List View, it's an option on the parent node, then you will see all blog post nodes in the list with sorting possibilities and stuff like that.
Umbraco document to sort nodes
Hey, I've got a question that might be hard to explain or understand.
I've created a page to store blogs, however in maybe 1 year there will be 200 nodes under 1 which makes it extremely long. Look at the picture how it looks right now:
What I want to make is different category's for only 1 simple purpose, keeping everything organized. These documents shouldn't interfere with the code. I can probably create it but that means I need to go 1 level deeper into the code to display all the news items.
What I want to have:
Is something like this possible to have? A document or whatever simply for organizing purposes which does not interfere with the deepness of the website or the code?
Hi Mike
You can create folders and move all posts to folders, but then URLs will change and it's not a perfect solution.
Also, you can use List View, it's an option on the parent node, then you will see all blog post nodes in the list with sorting possibilities and stuff like that.
/Oleksandr
I will try these options and see if it works out, thanks.
is working on a reply...