Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am currently trying to make a drupal site for a sports newspaper in my area. I have Drupal 8.
On the main page, they want something that rotates between 3 different articles of their choice. Basically they want it to display three of the articles they really want their readers to see. I can't seem to find anything like this on google but that is probably because I don't know what the type of model is called.
Using REST API, I want to be able to POST nodes together the relationships given to them by their book they belong to. I need to be able to POST a node (parent) and at the same time reference another node (child) that are part of the same book. I want to avoid having to create those relationships manually.
For a piece of content, i have both taxomony (category and tags) fields exposed so i can file the content into a category and use the tags to tag the content.
What i'm now trying to do is create a Views block to show all the tags from a category.
Is this even possible? any pointers will be helpful.