Ok so I really love the way how Bricks builder implements stuff like dynamic links, really good.
So I have a featured articles section in my archive page, a large section that I have designed to look good. This gets pulled by using query loop and so on.
By changing the HTML tag into a [link] I am able make the whole section a clickable link to the said post, nice. Is this a good practice in general?
I also used one of the wireframes to quickly create Article Grid (I used article grid 02 I think), which also works. Just one thing, the article cards are not clickable, only the header title in them are. Usability wise it would be cool if the entire card acts as a link, maybe changes size a bit when hovered over.
The article cards listed have HTML tag li in them so I cant just go ahead and change that to link.
Should I maybe wrap the card in a container and do the link that way?