Categories grid with Custom Content Shortcode

This grid displays the top categories of the Actualités Custom Post Type.
The categories Actu : catégorie 1… are terms of a custom taxonomy attached to the CPT.
The terms data (name, image and link to archive) are fetched using the Custom Content Shortcode plugin: see code below.

 

[for each=categories_actu order=ASC parents=true]
[each link]
[each image_taxonomie]
[/for]

HTML + CCS shortcodes

CSS