• 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

Strip the links from CPT entry-meta

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 › Design Tips and Tricks › Strip the links from CPT entry-meta

This topic is: not resolved

Tagged: custom taxonomy, entry-meta, strip link

  • This topic has 1 reply, 2 voices, and was last updated 8 years, 8 months ago by Brad Dalton.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • March 24, 2017 at 11:33 am #203776
    jaiji
    Participant

    Is there a way (a snippet ideally) to remove the links from the entry-meta (custom taxonomies) in a CPT while leaving the anchor text? I'm currently using a shortcode in functions to display two custom taxonomy terms but they don't need to link to the taxonomy archives, just the text needs to be displayed on the CPT. Site is in development so no link, sorry.

    The shortcode is this, can it be modified?

    // Show Artist Type hyperlinked terms (categories)
    add_filter( 'genesis_post_meta', 'sk_post_meta_filter' );
    function sk_post_meta_filter( $post_meta ) {
    
        if ( 'artist' == get_post_type() ) {
            	$post_meta = '[post_terms taxonomy="stage" before="Where: "]
        [post_terms taxonomy="when" before="When: "]';
        }
    
        return $post_meta;
    
    }
    http://localhost
    March 24, 2017 at 2:20 pm #203785
    Brad Dalton
    Participant

    Use strip_tags with get_the_term_list.

    You will need to use this within the genesis_post_terms_shortcode_defaults filter


    Tutorials for StudioPress Themes.

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design Tips and Tricks’ 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