Share buttons position – Above The Text
-
Hi,
I add the following code to my theme’s functions.php file:
function jptweak_remove_share() { remove_filter( 'the_content', 'sharing_display',19 ); remove_filter( 'the_excerpt', 'sharing_display',19 ); } add_action( 'loop_end', 'jptweak_remove_share' );
And this code to my single.php file:
<?php echo sharing_display(); ?>
But nothing happens. Can someone help me?
My site is: https://arquivoufo.com.br
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Share buttons position – Above The Text’ is closed to new replies.