Retrieves the archive title based on the queried object.
N/A
Sortie :
@return string Archive title.
// Utilisation de la fonction get_the_archive_title
$result = get_the_archive_title();
if ($result) {
// Votre logique ici
}
Chargement des actualités...