Hi
I will not be able to help you with this because these changes are rather big.
But, I can tell you that the placement of the jetpack sharing button
is in the function aaron_entry_footer() in the inc/template-tags.php file.
You can move this code to move the share, but it will affect all posts and pages.
/* Display jetpack's share if it's active*/
if ( function_exists( 'sharing_display' ) ) {
echo sharing_display();
}
This is assuming that you are using jetpack share- I’ve not tried it with any other share plugin.
Thread Starter
bcwash
(@bcwash)
Yes it is Jetpack, thanks for letting me know where it is!