• Resolved FilipeOS

    (@filipeos)


    Hi,

    Awesome plugin.

    I’ve followed the Jeremy answer to change “Share This” from place but I need to change “Google+” and “Like this” too please!

    It’s possible the same way, on the functions and place the code on the theme single.php?

    Best regards

    http://wordpress.org/plugins/jetpack/

Viewing 3 replies - 1 through 3 (of 3 total)
  • @filipeos – please do not bump here – http://codex.wordpress.org/Forum_Welcome#No_Bumping it only moves your post to the bottom of the queue.

    The JetPack team have LOTS of people to help, so you will need to be patient – bumping after one hour is totally ridiculous.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    I’m afraid that’s not possible at the moment. I’ll post again here as soon as it becomes possible!

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    You can use the following code to remove Likes from the bottom of your posts:

    function jptweak_remove_likes() {
        remove_filter( 'the_content', array( Jetpack_Likes::init(), 'post_likes' ), 30, 1 );
    }
    
    add_action( 'loop_start', 'jptweak_remove_likes' );

    You won’t be able to remove the Google+ link though, as it is required to be part of the Google Authorship program:
    https://plus.google.com/authorship

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Like and Google Profile to other place’ is closed to new replies.