Nombre d’articles par élément de taxonomie

Un code à utili­ser dans votre thème ou une fonc­tion qui permet de comp­ter le nombre de billets corres­pon­dants à un élément parti­cu­lier de taxo­no­mie – étiquette, caté­go­rie ou autre taxo­no­mie créée par exten­sion ou autre.

Code

$taxonomy = "category"; // cela peut être "category", "post_tag" ou un nom de taxonomie personnalisée

// Utilisation de l'identifiant pour "une-categorie"
$identifiant = 'une-categorie';
$term = get_term_by('slug', $identifiant, $taxonomy);

// Fetch the count
echo $term->count;

If you have found a spel­ling error, please, noti­fy us by selec­ting that text and pres­sing Ctrl+Enter.

Ce site embarque des cookies pour vous offrir la meilleur expérience possible

Spelling error report

The following text will be sent to our editors: