Should all categories render as a clump…hovering one hovers all (same hover state)? That doesn’t seem right. It would be better output as a list…not a group of links that all hover at the same time with different paths. Is there another option for output without having to do any custom coding?
Hi Keith,
With regard to the hover state, it would make no difference whether it is a list or simply individual a’s, since your hover styles are aimed at the whole element either way, and not at the a’s in it.
AH! It took me a minute to understand where I went wrong here…I see your point. The hover style, applied through the UI, has to apply to the whole chunk of links in the data field. Ok. Thank you for explaining. This is my first time using {post_terms_category} whereby I thought the singular (category vs. categories) would render :hover per link and not apply the hover to all the items. Foolish though this next question may be, is there a way to add something to the dynamic data (e.g., {post_terms_category:something} ) that would separate them so the UI would work? Obviously, you can’t know what fields will be used here in all cases. Just some thoughts to share. Thank you again for the very helpful explanation.