Languages: English • 日本語 (Add your language)
Displays or returns the title of the post when on a single post page (permalink page). This tag can be useful for displaying post titles outside The Loop.
<?php single_post_title( $prefix, $display ); ?>
<?php single_post_title(); ?>
<h2><?php single_post_title( 'Current post: ' ); ?></h2>
Since: 0.71
single_post_title() is located in wp-includes/general-template.php
.