Como obter o título da página com o ID da página?
2 respostas
- votos
-
-
- 2020-02-22
<?php echo get_the_title( get_the_ID() ); ?>
get_the_titlebusca otítulo do Post do WordPress combaseno IDespecífico.eget_the_id ()buscar ID dessapágina/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
-
Oi,Anurag Tiwari.Obrigadopor contribuirpara atroca depilha WP.Assim como uma sugestão amigávelparatornar suas respostas umpoucomais abruptas,encorajo você a dar algum contexto ouexplicaçãoe/ou referências àfunçãona documentação.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
-
Obrigadopela sugestão.Dapróxima vezeufarei omesmoThanks for the suggestion. Next Time I will do the same
- 0
- 2020-02-24
- Anurag Tiwari
Meu ID dapágina é:
30601
Comopode obter otítulo desse ID?
Eu quero obter otítulo dapágina com ID.