Related content
Project
Relate content based on common tags.
Show 5 items from each related taxonomy term.
- Create a view listing content.
- Create a block...
Relate content based on common tags.
Show 5 items from each related taxonomy term.
Views share views-view.html.twig as the wrapper template.
Create a view template suggestion to override.
Views plugins extend handlers.
Handlers affect the query and data, plugins affect the rendering and display.
Views API documentation.
Views embedded module comparison.
Views plugins documentation.
How to use math in twig views rewriting.
Drupal does an entity load on all items in the view, which is a bit too heavy when showing a lot of items without a pager. Here...