So I followed directions in "Adding theme settings (advanced)" but for the life of me I can't find any page with theme settings. Is theme-settings.php still a thing?
If you are creating a custom theme then yes I think that file can still be created the same way as in D7. You could take a look at the Bartik theme in core.
Thanks. It still took a lot of trial and error for all the settings within the settings, but I eventually got it to display based on these instructions.
Another easy way to do this is to use the module Corresponding Entity References (cer). You would need to add an entity reference field in the authors content type pointing at the book, then set...
Posted1 day 59 min ago by Alejandro Cremaschi (argiepiano) on:
I also found the contextual filter area in the view for this block. But that’s where it stops.
I'll try my best - views based on entity reference can be a challenge....
Create a block with a contextual filter on the "author" node ID, and based on that relationship get the book node IDs.
Thanks! I think I get the general idea.
I set up...
Comments
If you are creating a custom theme then yes I think that file can still be created the same way as in D7. You could take a look at the Bartik theme in core.