Yes this is possible. What you need to do is is to creating a document type for a News overview page, if you want this and then a document type for the news item.
See this video chapter of how Umbraco document types are working in Umbraco.
When this is in place then you need to write some code to get the data out. It could be Razor. In Umbraco you will find some Razor pre-code snippets, and if you are doing the setup with an overview page where you have the news items as children, then you can use the Razor code below.
With this could will get the node name of the news item and a link to the news item. If you have some custom properties then you can call it regarding to the example above @item.AliasOfCustomProperty.
Hope this helps and make sense, if not don“t hessite to ask again.
I have made some tutorials on youtube and one of them is about how to make a list of news items, i am still making tutorials when i can, perhaps these can help you out.
Tutorial for using list view for creating a news page
Hi
I am new to umbraco, but i hope someone can help me creating a simple newspage
What i think is a page with the headlines listet, and when my user click this headline they will se the full history.
Is this possible?
Hi Klaus,
Yes this is possible. What you need to do is is to creating a document type for a News overview page, if you want this and then a document type for the news item.
See this video chapter of how Umbraco document types are working in Umbraco.
https://umbraco.tv/videos/umbraco-v7/implementor/fundamentals/document-types/what-is-a-document-type/
When this is in place then you need to write some code to get the data out. It could be Razor. In Umbraco you will find some Razor pre-code snippets, and if you are doing the setup with an overview page where you have the news items as children, then you can use the Razor code below.
With this could will get the node name of the news item and a link to the news item. If you have some custom properties then you can call it regarding to the example above @item.AliasOfCustomProperty.
Hope this helps and make sense, if not don“t hessite to ask again.
/Dennis
Another thing you could do is setup another Umbraco installation with the TXT starter kit installed.
This starter kit has news section where it shows news items, as children to the news overview page.
Hope this can help too.
/Dennis
I have made some tutorials on youtube and one of them is about how to make a list of news items, i am still making tutorials when i can, perhaps these can help you out.
https://www.youtube.com/watch?v=Z5hKnDI0NIw&list=PLLYO0Qmbv5pvGjpI6Cyg3mVBoYtG_LK63
is working on a reply...