Hello, Can anyone tell me how to create a list of taxonomy terms in homepage. I’m coming from WordPress background so I have no idea how to do that. I have my homepage as mytheme/templates/page--front.html.twig
I have more than one taxonomies and I want to query them in my homepage. Can someone help me to get there?
I have created a new region called home_content in my theme.info.yml and I have created a view(block) for getting the taxonomy terms, added it to region in back-end and display it as {{page.home_content}}. It works but I have few questions.
I have fields for logo and text in the taxonomy. I want to list them too.