Hi Guys
1. For my blog category template I want to display some additional html but just for specific categories. So I’m thinking inside my blog category template I should have a conditional that checks if your inside let’s say category “a” and then display specific html if it’s true, but if it’s category “b” then display some other html, if it’s category “c” then display some other html etc. Is this possible?
2. On that same blog category template if it’s let’s say category “a”, is it possible to pull in entires from another channel with the same category name (obviously a different category id) e.g. If category “a” check another channel and see if category “a” exist there too, if so display the entries from that channel, but only for that specific category?
Thanks!