badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Change position of Tags to above Jetpack Related Posts

#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 );