Theme colour switcher

Blog Topic: Views

A common pattern for websites is a list of content, for example news, with one (or more) featured items, followed by a list of a few more items, excluding the featured one(s). This seems like it should be simple to do, but it's not as straightforward as it seems. Here's an example of how to achieve it with Views in Drupal 8. There are many ways of flagging featured content. In this case, we want…

Continue reading How to create a View with a featured item and a list that excludes the featured item, Drupal 8