• 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

Simple Hooks: Add Post Category to genesis_title hook

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 › Simple Hooks: Add Post Category to genesis_title hook

This topic is: not resolved

Tagged: Content Grouping, genesis_title, google analytics, Simple Hooks

  • This topic has 1 reply, 1 voice, and was last updated 9 years, 3 months ago by SethResler.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • February 22, 2014 at 12:54 am #91883
    SethResler
    Participant

    I would like to add the name of the post category between the <title> and </title> tags of my pages so that I can use Google Analytics' Content Grouping feature. (I don't want to mess with my permalink structure because I don't want to break existing backlinks.)

    I have the Genesis Simple Hooks plugin installed, and I have added this code to the box under Document Hooks > genesis_title Hook:

    <?php if(is_single()) { $cats = get_the_category($post->ID);
    foreach( $cats as $cat ) { echo ' - '; echo $cat->cat_name; }
    } ?>

    I have checked the box to "Execute php on this hook."

    But when I view the source code for a blogpost, the Categories appear after the </title> tag, not before it:

    <title>The 5 Best Shrimp & Grits in New Orleans - Taste Trekkers</title>
     - Food and Travel Blog - Top 5

    Can somebody please help me get this code in between the title tags where it belongs? Thank you!

    http://tastetrekkers.com
    February 22, 2014 at 1:10 am #91885
    SethResler
    Participant

    The answer is that the Yoast SEO plugin was overriding this hook (and apparently forcing the php outside the </title> tag). I went into the Yoast settings and added %%category%% to the Title Template for posts, and scrapped the genesis_title code in Simple Hooks altogether. It seems to be working.

  • 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

© 2023 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