• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Position JetPack Sharing buttons below page break navigation

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Position JetPack Sharing buttons below page break navigation

This topic is: not resolved

Tagged: jetpack, page navigation, pagination

  • This topic has 2 replies, 2 voices, and was last updated 7 years, 6 months ago by sahdow.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • December 28, 2017 at 8:05 am #214875
    sahdow
    Participant

    Can anyone provide an example of how to reposition the "page break" navigation (Pagination) above the JetPack Sharing buttons? Or how to unhook and rehook the page navigation so I can assign a priority above JetPack's 19.

    Details

    I'm trying to Modify the Magazine Pro theme to look like social media shares where they list a number of items/slides followed by Next and Back buttons. I've modified the Page Break to display Next and back instead of Page: 1 2 3 4 but I can't find anything on how to position the JetPack Sharing buttons below the navigation. All tutorials appear to be on how to place share buttons above content, or above and below, or place code manually in the theme templates (not a good solution for Genesis).

    https://purelysupp.com/wp-content/uploads/2017/12/smpl.jpg
    December 28, 2017 at 8:29 am #214876
    Brad Dalton
    Participant

    Try a genesis hook with this code


    Tutorials for StudioPress Themes.

    December 28, 2017 at 11:12 am #214899
    sahdow
    Participant

    In case anyone else runs into this problem, here are the snippets to remove and reposition (after post content and meta, above comment form) the sharing buttons in Genesis.

    // Remove JetPack Sharing Buttons	
    function remove_jetpack_share_button() {
        remove_filter( 'the_content', 'sharing_display',19 );
        remove_filter( 'the_excerpt', 'sharing_display',19 );
    }
    
    add_action( 'loop_start', 'remove_jetpack_share_button' );
    	
    // Reposition JetPack Sharing Buttons
    add_action('genesis_entry_footer', 'genesis_share_after_content');
    function genesis_share_after_content() {
        if ( function_exists( 'sharing_display' ) )
        return sharing_display( '', true );
    }
  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble