Search code examples
phpwordpressshortcode

Display the title of the current post in the text of wordpress


I would like to display the title of the post somewhere in its body content. So somehow I need to enter either php or a shortcode in the main text field of the post in the cms to echo the title. Any suggestions?


Solution

  • The simplest will be to register a shortcode that returns get_the_title().