Utile quand on en a besoin. Et ennuyeux quand on ne trouve pas.
PHP (274 étant l’ID de la catégorie – A changer selon vos besoins)
<h2></i></span> <a href="<?php echo get_category_link(274); ?>" ><?php echo get_cat_name(274); ?></a></h2> <?php echo category_description(274); ?> <ul> <?php $queried_object = get_queried_object(); $term_id = '274'; $taxonomy_name = 'category'; $term_children = get_term_children($term_id, $taxonomy_name); foreach ($term_children as $child) { $term = get_term_by('id', $child, $taxonomy_name); echo '<li><a href="' . get_term_link($child, $taxonomy_name) . '">' . $term->name . '</a></li>'; } ?> </ul>