• Resolved Guillermo

    (@guillermo77)


    I like this plugin Jeremy, thanks, maybe you can have some options for remove share from excerpts or posts. So you no need use the functions.php for remove it.
    Because if you no have available use sharing in posts, you no can use the shorcode in posts for exp.

    I recommend in the description plugin write that you need available the place for use the shortcode. And one link to the function for remove it:

    function jptweak_remove_share() {
    remove_filter( ‘the_content’, ‘sharing_display’,19 );
    remove_filter( ‘the_excerpt’, ‘sharing_display’,19 );
    remove_filter( ‘the_content’, array( ‘Jetpack_Likes’, ‘post_likes’ ), 30, 1 );
    }

    add_action( ‘loop_end’, ‘jptweak_remove_share’ );

    (I only remove the content and left the excerpt)

    Thanks!! 🙂 I am new here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Thanks for the feedback! That’s probably not something I will add to the plugin as few people would need the option, but if needed I’ll post them to this thread with your code snippet, or this post:
    https://jetpack.com/2013/06/10/moving-sharing-icons/

    Thanks again!

    Thread Starter Guillermo

    (@guillermo77)

    Put that link to the description, for only available the places of the shortcode, so maybe can help others. And write activate in post. You can add some screens.
    Thanks to you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Idea’ is closed to new replies.