Filters all of the post categories for display in a feed.
$type = null
Sortie :
@param string $the_list All of the RSS post categories. @param string $type Type of feed. Possible values include 'rss2', 'atom'. @param string $type Optional, default is the type returned by get_default_feed().
// Utilisation de la fonction the_category_rss
$result = the_category_rss($type = null);
if ($result) {
// Votre logique ici
}
Chargement des actualités...