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
<PackageReference Include="M96.Taxonomies.TaxonomyPostsWidget" Version="1.0.0" />
<PackageVersion Include="M96.Taxonomies.TaxonomyPostsWidget" Version="1.0.0" />
<PackageReference Include="M96.Taxonomies.TaxonomyPostsWidget" />
paket add M96.Taxonomies.TaxonomyPostsWidget --version 1.0.0
#r "nuget: M96.Taxonomies.TaxonomyPostsWidget, 1.0.0"
#addin nuget:?package=M96.Taxonomies.TaxonomyPostsWidget&version=1.0.0
#tool nuget:?package=M96.Taxonomies.TaxonomyPostsWidget&version=1.0.0
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 | Versions 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. |
-
net8.0
- OrchardCore.ContentManagement (>= 2.1.6)
- OrchardCore.Contents.TagHelpers (>= 2.1.6)
- OrchardCore.ContentTypes.Abstractions (>= 2.1.6)
- OrchardCore.DisplayManagement (>= 2.1.6)
- OrchardCore.Layers (>= 2.1.6)
- OrchardCore.Module.Targets (>= 2.1.6)
- OrchardCore.Taxonomies (>= 2.1.6)
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 |