Problem with sharing buttons on projects not portfolio page
-
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.
- The topic ‘Problem with sharing buttons on projects not portfolio page’ is closed to new replies.