M96.Taxonomies.TaxonomyPostsWidget 1.0.0

dotnet add package M96.Taxonomies.TaxonomyPostsWidget --version 1.0.0
                    
NuGet\Install-Package M96.Taxonomies.TaxonomyPostsWidget -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="M96.Taxonomies.TaxonomyPostsWidget" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="M96.Taxonomies.TaxonomyPostsWidget" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="M96.Taxonomies.TaxonomyPostsWidget" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add M96.Taxonomies.TaxonomyPostsWidget --version 1.0.0
                    
#r "nuget: M96.Taxonomies.TaxonomyPostsWidget, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=M96.Taxonomies.TaxonomyPostsWidget&version=1.0.0
                    
Install M96.Taxonomies.TaxonomyPostsWidget as a Cake Addin
#tool nuget:?package=M96.Taxonomies.TaxonomyPostsWidget&version=1.0.0
                    
Install M96.Taxonomies.TaxonomyPostsWidget as a Cake Tool

Taxonomy Posts Widget for Orchard Core

An Orchard Core module that provides a widget that will display the latest posts (content items) from taxonomy items. For example, you can use this widget to display posts from 'travel' tag.

Why ?

During the development of my site I noticed that Orchard Core lacks a widget that would just list content items that are attached to taxonomies. I have a glossary and some terms are related to topics, so this widget is created so I can easily add topics on various places on the site. Also, there are news tags or categories and many other use cases.

How to use ?

You can place this widget easily in Design > Widgets or in WidgetsListPart or in FlowPart or anywhere where builtin Widgets could be placed.

There are three fields available:

Taxonomy ID: An ID of your Content Type that is used as a Taxonomy. Category, Tag, Topic ...

Taxonomy Item ID: An ID of item of your taxonomy. So if you have a tag named 'travel', you will put the ID of that tag here.

Max Items: How many items you want to display.

To implement

I'm aware that current way of manually pasting IDs isn't good UX, so I'm working on fixing that.

Contributions

If you have any suggestions how the module/widget could be improved, let me know.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 86 3/28/2025