• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Add tag title to archive

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › Add tag title to archive

This topic is: not resolved

Tagged: archive, tag, title

  • This topic has 1 reply, 2 voices, and was last updated 11 years, 7 months ago by ramseyp.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • October 29, 2013 at 4:37 pm #69763
    deejuk
    Member

    Hello all does anyone know how using genesis hooks you would add the tag title of an archive. So when someone clicks tag fruit it would you show Tags in the normal title H1 postion and then list all the posts with fruit underneath. It seems to miss the title off.

    Any help would be great


    WN6 Web Design – North West of England

    http://#local
    November 17, 2013 at 2:26 pm #73790
    ramseyp
    Member

    I think this, added to your functions.php file should work:

    add_action ( 'genesis_before_content','my_tag_title' );
    function my_tag_title() {
      if ( is_tag() ) {
        $term = get_tag(get_query_var('post_tag'),false);
        $name = $term->name;
        echo '<h1 class="entry-title">'. $name .'</h1>';
      }
    }

    Community • Work • Conversations

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble