Post Title action displays the title of the current post.
This action can only be used together with Show Posts action.
For example, adding Post Title action on the element:
<h1>The Title goes here</h1>
Will display the post title in the H1 element:
With the following PHP code:
<h1><?php the_title(); ?></h1>
To customize how this action works, click on the icon next to the action name to change it into regular WordPress actions.