Come ottenere il titolo della pagina con l'ID della pagina?
2 risposta
- voti
-
-
- 2020-02-22
<?php echo get_the_title( get_the_ID() ); ?>
get_the_title recuperailtitolo delpost di WordPressin base a unparticolare ID.eget_the_ID () recupera l'ID di quellapagina/post
<?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
-
Ciao,Anurag Tiwari.Grazieper aver contribuito a WP Stack Exchange.Proprio come un suggerimento amichevoleper rendere letue risposte unpo 'più complete,ti incoraggio afornire un contesto o una spiegazionee/o riferimenti allafunzionenella documentazione.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
-
Grazieperil suggerimento.Laprossima voltafarò lo stessoThanks for the suggestion. Next Time I will do the same
- 0
- 2020-02-24
- Anurag Tiwari
L'ID dellamiapagina è:
30601
Comeposso ottenereiltitolo di questo ID?
Voglio ottenereiltitolo dellapagina con ID.