Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milosh-96/m96dev.taxonomyposts
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.
https://github.com/milosh-96/m96dev.taxonomyposts
asp-net-core orchard-cms orchard-core orchard-module orchard-widget
Last synced: 5 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/milosh-96/m96dev.taxonomyposts
- Owner: milosh-96
- Created: 2024-06-19T01:04:03.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-24T17:27:33.000Z (6 months ago)
- Last Synced: 2024-06-24T19:27:22.259Z (6 months ago)
- Topics: asp-net-core, orchard-cms, orchard-core, orchard-module, orchard-widget
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
## Contributions
This is my first module for Orchard Core and I am aware there could be some bugs or general-issues regarding the implementation. I would like to see how this module could be improved.