December 10, 2015 at 6:46 pm
#40343
huimin.hurry
Participant
Hello,
I am using the AddToAny plugin for the social sharing button.
As for positioning the buttons before the Related Post section, indeed, I got a code from the developer to add to Clean Retina’s functions.php file. It looks like this:
remove_filter( ‘the_content’, ‘A2A_SHARE_SAVE_add_to_content’, 98 );
add_filter( ‘the_content’, ‘A2A_SHARE_SAVE_add_to_content’, 39 );