• Resolved newsmomcom

    (@newsmomcom)


    How do i prevent the %CODE% from showing up in the excerpt?

    I’ve found several threads that suggest adding code like this… but’m new to wordpress and I don’t know where to add it on my theme or how to manipulate it to extract all the versions of the code embed shrotcode %CODE1%, %CODE2%, %CODE3%, etc.

    add_filter( ‘the_excerpt’, ‘remove_media_credit_from_excerpt’ );
    function remove_media_credit_from_excerpt( $excerpt ) {
    return preg_replace (‘/\[media-credit[^\]]*\](.*)\[\/media-credit\]/

    https://www.ads-software.com/plugins/simple-embed-code/

  • The topic ‘%CODE% showing up in excerpt’ is closed to new replies.