• 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

Filed Under: / Workstation Pro Theme

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 › Filed Under: / Workstation Pro Theme

This topic is: not resolved

Tagged: post meta, theme, workstation pro

  • This topic has 10 replies, 2 voices, and was last updated 10 years, 2 months ago by gerda.
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • October 28, 2015 at 6:02 am #169338
    gerda
    Member

    Hello,
    I tried to remove/change the text "Filed Under:" in post.
    I followed this instructions: https://goo.gl/qqPyaS
    Without success.
    Any help?

    October 28, 2015 at 7:02 am #169341
    Brad Dalton
    Participant

    Try:

    add_filter( 'genesis_post_meta', 'sp_post_meta_filter' );
    function sp_post_meta_filter($post_meta) {
    if ( !is_page() ) {
    	$post_meta = '[post_categories before=" "] [post_tags before="Tagged: "]';
    	return $post_meta;
    }}

    Tutorials for StudioPress Themes.

    October 28, 2015 at 7:28 am #169344
    gerda
    Member

    Thanks braddalton,
    its not working.
    I tried this befor.

    October 28, 2015 at 7:35 am #169345
    Brad Dalton
    Participant

    Hahaha. Sorry. Updated the code, you must have used the copy from the email. Tested and works now.


    Tutorials for StudioPress Themes.

    October 28, 2015 at 7:40 am #169347
    gerda
    Member

    Sorry, it is not working. 🙂
    Used this code:

    Filed Under: / Workstation Pro Theme

    October 30, 2015 at 2:02 pm #169662
    gerda
    Member

    I am still not able to solve the problem. Any aditional help?

    October 30, 2015 at 2:14 pm #169663
    Brad Dalton
    Participant

    Tested and works for me.


    Tutorials for StudioPress Themes.

    October 30, 2015 at 2:26 pm #169664
    gerda
    Member

    I ad the line of code in the functions.php of the child theme. Is that right?

    October 30, 2015 at 2:42 pm #169665
    gerda
    Member

    I found out, that after deactivating "Genesis Simple Edits" it works.

    November 9, 2015 at 11:50 am #170583
    gerda
    Member

    Well, I found out, but found no solution to remove/change the text “Filed Under:” in post.
    An help?
    Cheers
    Gerda

    November 30, 2015 at 11:28 pm #172318
    gerda
    Member

    So I found out too, that using this:
    http://my.studiopress.com/docs/shortcode-reference/#post-categories-shortcode

    works well and it seams o overwrite the code in my functions.php

    //* Change/remove text before categories and tags
    add_filter( 'genesis_post_meta', 'ig_entry_meta_footer' );
    function ig_entry_meta_footer( $post_meta ) {
    $post_meta = '[post_categories before=""] [post_tags before=""]';
    return $post_meta;
    }

  • Author
    Posts
Viewing 11 posts - 1 through 11 (of 11 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

© 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