WordPress Link Template Functions
$post = 0
Sortie :
@param int|WP_Post $post Optional. Post ID or post object. Default is the global `$post`.
// Utilisation de la fonction the_permalink
$result = the_permalink($post = 0);
if ($result) {
// Votre logique ici
}
Chargement des actualités...