Codex tools: Log in / create account
Languages: English • Türkçe • (Add your language)
Contents |
Displays or returns the tag title for the current page.
<?php single_tag_title( $prefix, $display ); ?>
<?php single_tag_title(
'prefix' => ,
'display' => true ); ?>
This example displays the text "Currently browsing " followed by the tag title.
<p><?php single_tag_title('Currently browsing '); ?>.</p>
This example assigns the current tag title to the variable $current_tag for use in PHP.
<?php $current_tag = single_tag_title("", false); ?>
Since: 2.3.0
the_tags, tag_description, single_tag_title, wp_tag_cloud, wp_generate_tag_cloud, get_tags, get_the_tags, get_the_tag_list, get_tag_link