WordPress Body Content How to add current page title automatically in different places?

In order to programmatically print the page title, use <?php the_title(); ?>. More here.

The other programmatic functions can be found in the WP functions library.

tech