Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #342753

    On my site, I have a sidebar that has a tag cloud. When a user clicks on a tag, the user is then directed to a landing page housing multiple items that have that tag. On that page, the title reads “Portfolio Items”. Is it possible to change that title to the corresponding tag?

    #343797

    Hey NSCduclos!

    Try opening up /enfold/tag.php and change line 96 from this,

    echo "<h3 class='post-title tag-page-post-type-title'>".$label."</h3>";

    To this,

    echo "<h3 class='post-title tag-page-post-type-title'>".single_tag_title(false, false)."</h3>";

    You may have to do the same for line 56 but let us know if that works for you.

    Regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.