Taking Like Buttons off of Pages

  • Unknown's avatar

    Is there a way to remove the like buttons from everything but the posts?

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    There is not a direct setting in Jetpack to select where that button can appear, but you may want to try using CSS to hide the button.

    For example this code will hide the like button on pages (but it will be shown on posts)

    .page .sd-like {
        display: none;
    }

    Please note we’re familiar with Jetpack, but this is the support forum for WordPress.com sites so we’re not deeply experienced in helping with this plugin. If you continue to have issues with likes, you can get expert help here in our Jetpack forums:
    https://wordpress.org/support/plugin/jetpack/

    Hope this helps!

  • The topic ‘Taking Like Buttons off of Pages’ is closed to new replies.