Filters the day archive permalink.
$anchor, $feed = ''
Sortie :
@param string $daylink Permalink for the day archive. @param int $year Year for the archive. @param int $month Month for the archive. @param int $day The day for the archive. @param string $anchor The link's anchor text. @param string $feed Optional. Feed type. Possible values include 'rss2', 'atom'.
// Utilisation de la fonction the_feed_link
$result = the_feed_link($anchor, $feed = '');
if ($result) {
// Votre logique ici
}
Chargement des actualités...