Replies: 3 comments
-
|
No, this is not possible, as static site generator we can show posts related with only one specific tag. |
Beta Was this translation helpful? Give feedback.
-
|
It's hard and not supported OOTB, but it's doable in userland. You need to enhance the blog plugin, an example given here for docs: #4492 (comment) In To give you some more idea, here's a working example of filtering logic: https://github.com/facebook/docusaurus/blob/main/website/src/pages/showcase/index.tsx |
Beta Was this translation helpful? Give feedback.
-
|
It should be possible to build this with client-side filtering, on a page that already includes the full list of blog posts, such as the archive page: https://docusaurus.io/blog/archive Not sure what kind of UX design you have in mind, and if it can fit the current design of our archive page which is currently ordered by years. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I found that I can filter blogs by a single tag, Is it possible to filter blogs by multiple tags?
e.g. I select two tags, then get the blogs contains both of the two tags
Beta Was this translation helpful? Give feedback.
All reactions