Filters the navigation markup template. Note: The filtered template HTML must contain specifiers for the navigation
$pagenum = 1, $max_page = 0
Sortie :
@param string $template The default template. @param string $css_class The class passed by the calling function. @param int $pagenum Optional. Page number. Default 1. @param int $max_page Optional. The maximum number of comment pages. Default 0. @return string The comments page number link URL.
// Utilisation de la fonction get_comments_pagenum_link
$result = get_comments_pagenum_link($pagenum = 1, $max_page = 0);
if ($result) {
// Votre logique ici
}
Chargement des actualités...