Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Carolina Nymark

    (@poena)

    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();
      }

    Theme Author Carolina Nymark

    (@poena)

    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!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Customize Post Meta Data/Share Options’ is closed to new replies.