Module for Orchard Core that provides a good starting place for editing & displaying news content.
This module is referencing a stable build of Orchard Core (1.8.3
).
This module is available on NuGet. Add a reference to your Orchard Core web project via the NuGet package manager. Search for "Etch.OrchardCore.News", ensuring include prereleases is checked.
Alternatively you can download the source or clone the repository to your local machine. Add the project to your solution that contains an Orchard Core project and add a reference to Etch.OrchardCore.News.
Enabling the "News" feature will automatically set up a good starting place for managing news content.
Creates a "News Post" content type. "News Post" is configured to have various fields that would commonly be found on a news article (e.g. Author, Tags, Related News) as well as using our block editor to curate the content for the article.
"News Post" contains a taxonomy field that is linked to a "Tags" taxonomy configured to use a "Tag" content type.
This is not created by default, however a recipe for creating an example news post is available and can be run via the admin dashboard ("Settings" -> "Recipes").