• 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

Essence Pro Tags

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 › Essence Pro Tags

This topic is: resolved

Tagged: Essence Pro post meta

  • This topic has 5 replies, 2 voices, and was last updated 7 years, 7 months ago by John Cameron.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • June 26, 2018 at 6:01 pm #221148
    John Cameron
    Participant

    I've used Genesis Simple Edits to add tags to the 'Entry Meta (below content)'. The tags are not showing after the post content in a test post.

    I've not had this problem before. Simple Edits just works. Not sure what I'm doing wrong.

    Any help is greatly appreciated.

    p.s.
    I'm working in a 'staging site' changing from a non-Genesis theme to Essence Pro.

    https://sd64bc.wpcdev.ca/test-post-for-tags/
    June 27, 2018 at 9:10 pm #221178
    John Cameron
    Participant

    Actually, this site was launched on a Studio Press theme, years later changed to a non-Studio Press theme and years later I'm now working with Essence Pro.

    Perhaps this is a question someone can answer: how do I get tags to show on posts?

    June 28, 2018 at 9:23 am #221193
    John Cameron
    Participant

    Further info:

    checking the functions.php file (which is unmodified), I do have this section:

    add_filter( 'genesis_post_info', 'essence_modify_post_info' );
    /**
    * Modifies the meta information in the entry header.
    *
    * @since 1.0.0
    *
    * @param string $post_info Current post info.
    * @return string New post info.
    */
    function essence_modify_post_info( $post_info ) {
    
    	global $post;
    
    	setup_postdata( $post );
    
    	if ( is_single() ) {
    		$post_info = '[post_categories before="" after=" /"] [post_date] <i class="byline">by</i> [post_author_posts_link] [post_comments before="/ "] [post_edit]';
    	} else {
    		$post_info = '[post_categories before=""]';
    	}
    	return $post_info;

    }

    And I do have [post-tags] in the Entry Meta (below content) section of Simple Edits

    June 28, 2018 at 9:33 am #221194
    John Cameron
    Participant

    Update:

    Looks like [post-tags] in the Entry Meta (above content) will display tags.
    Not really what I want; might have to live with it

    If anyone can provide info on getting the tags below content, please reply...

    thanks

    June 29, 2018 at 4:23 am #221215
    Terry
    Member

    Morning John,

    This may help you out.

    Around line 417 of your functions.php file you'll find the code that's removing your entry_footer.

    // Removes the entry footer.
    remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
    remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_open', 5 );
    remove_action( 'genesis_entry_footer', 'genesis_entry_footer_markup_close', 15 );
    

    You'll want to remove that and then maybe add the following filter to format as you wish:

    // Customize  entry meta footer
    add_filter( 'genesis_post_meta', 'update_post_meta_filter' );
    function update_post_meta_filter( $post_meta ) {
    	$post_meta = '[post_categories] [post_tags]';
    	return $post_meta;
    }

    Let us know how you make out and if this takes care of it, please mark "Resolved."

    Terry

    June 29, 2018 at 10:10 am #221218
    John Cameron
    Participant

    Hi Terry,

    Thanks a bunch for taking the time to help out!

    I removed the "Removes entry footer" code from functions.php
    Then added the "Customize entry meta footer" code.

    Opened Genesis Simple edits and moved the [post_tags] shortcode to Entry Meta (below content).

    That seemed to work!

    https://sd64bc.wpcdev.ca/student-feedback-on-exploring-forest-and-sea/

    Also, I can now choose to have tags above or below.

    I'm going to mark this 'Resolved'.

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Essence Pro Tags’ is closed to new replies.

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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