• Resolved elmzad

    (@elmzad)


    I’ve searched the forum and tried different solutions but haven’t found any that works for me. My problem is that I want sharing buttons visible on projects but not on portfolio page.

    I’ve used these codes https://jetpack.com/2013/06/10/moving-sharing-icons/ to be able to remove sharing buttons from pages which is working currently but then I haven’t been able to add sharing buttons to projects. I’m not sure where to add this code

    if ( function_exists( ‘sharing_display’ ) ) {
    sharing_display( ”, true );
    }

    if ( class_exists( ‘Jetpack_Likes’ ) ) {
    $custom_likes = new Jetpack_Likes;
    echo $custom_likes->post_likes( ” );
    }

    Grateful for some help.

    https://wordpress.org/plugins/jetpack/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter elmzad

    (@elmzad)

    I use the Arcade basic child theme

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    I want sharing buttons visible on projects but not on portfolio page.

    Does that mean you’d like to see sharing buttons here, but not here? If so, I’m afraid that’s not possible yet, as there is no way to customize the shortcode output so far.

    We’ve been thinking about adding a filter to make that possible, though. You can follow our progress here:
    https://github.com/Automattic/jetpack/issues/2194

    Thread Starter elmzad

    (@elmzad)

    Thanks Jeremy, that’s what I meant. So I know it’s no point moving that code around. I’m looking forward to following the progress.

    Thanks for a great plugin anyhow!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with sharing buttons on projects not portfolio page’ is closed to new replies.