I am studying the use of Orchard CMS for an upcoming project and hit the block. The site should display articles of different types along with a list of recent articles of the same type.
To this end, I:
- A custom ContentType called Article is created that includes a TaxonomyField for ArticleType.
- A special theme has been created with zones for reproducing the layout that the client requires. (Including RecentArticles.)
- Created a custom widget layer to show / hide the RecentArticles zone based on the current ContentType. (For example, the RecentArticles zone only populates when we display the article.)
- A project has been created to show recent article type content.
I see that I can use the ArticleType taxonomy field to filter the source of the base Part 4 request. However, I need this filtering to be dynamic based on the ArticleType type of the content currently being displayed.
Is it possible? Is there an alternative way to achieve the same result?
Thanks in advance.
source share