¿Cómo obtener el título de la página con el ID de la página?
2 respuestas
- votos
-
-
- 2020-02-22
<?php echo get_the_title( get_the_ID() ); ?>
get_the_titlebuscaeltítulo de lapublicación de WordPressen función de unaidentificaciónparticular.yget_the_ID () recupera laidentificación deesapágina/publicación
<?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
-
Hola,Anurag Tiwari.Graciaspor contribuir a WP Stack Exchange.Solo como una sugerencia amigablepara hacer que sus respuestas sean unpocomás completas,le animo a quebrinde algún contexto oexplicación y/o referencias a lafunciónen la documentación.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
-
Graciaspor la sugerencia.Lapróxima vez haré lomismoThanks for the suggestion. Next Time I will do the same
- 0
- 2020-02-24
- Anurag Tiwari
El ID demi páginaes:
30601
¿Cómopuedo obtenereltítulo deeste ID?
Quiero obtenereltítulo de lapágina con ID.