Comment obtenir le titre de la page avec l'ID de page?
2 réponses
- votes
-
-
- 2020-02-22
<?php echo get_the_title( get_the_ID() ); ?>
get_the_title récupère letitre de l'article WordPressen fonction d'unidentifiantparticulier.etget_the_ID () récupère l'identifiant de cettepage/publication
<?php echo get_the_title( get_the_ID() ); ?>
get_the_title fetch the title of WordPress post based on particular Id. and get_the_ID() fetch id of that page/post
-
Salut,Anurag Tiwari.Merci d'avoir contribué à WP Stack Exchange.Tout comme une suggestion amicalepour rendre vos réponses unpeuplus complètes,je vousencourage à donner un contexte ou uneexplicationet/ou des références à lafonction dans la documentation.Hi, Anurag Tiwari. Thanks for contributing to WP Stack Exchange. Just as a friendly suggestion to make your answers a little bit more compreensive, I encourage you give some context or explanation and/or references to the function in documentation.
- 0
- 2020-02-22
- Celso Bessa
-
Mercipour la suggestion.Laprochainefoisje ferai demêmeThanks for the suggestion. Next Time I will do the same
- 0
- 2020-02-24
- Anurag Tiwari
L'ID demapageest:
30601
Comment obtenir letitre de cetidentifiant?
Je veux obtenir letitre de lapage avec sonidentifiant.