Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
<?php $current_tag = single_tag_title(“”, false); ?>
$output .= “<h1 class=’post-title tag-page-post-type-title’>”.$label.”</h1>”;
May be something
echo “<h1 class=’post-title tag-page-post-type-title’>”.single_tag_title(“”).”</h1>”;