anderson
Member
Posted 3 months ago #
Hi,
Sharing buttons are included twice at the bottom of my page. For example: http://blog.totaalnet.nl/e-synergy/beheren-website-aliassen-voor-linux-hosting/
I can't find the .PHP-file were the include lines are, in order for me to remove one of them. Any ideas?
Thanks in advance!
http://wordpress.org/extend/plugins/jetpack/
anderson
Member
Posted 3 months ago #
Oh, I use the following versions:
WP: 3.5.1
Jetpack: 2.1.1
This issue is most likely cased by your theme. Could you try to switch to a different theme like Twenty Eleven for a few minutes, and see if that helps?
If it does, I would recommend looking at the code in single.php, in order to find out where the second row of sharing buttons is added.
anderson
Member
Posted 3 months ago #
Hi Jeremy,
That worked! I've removed <?php echo sharing_display(); ?> from single.php
Thanks!