• Skip to primary navigation
  • Skip to main content
  • Skip to footer
WP Social Rocket

WP Social Rocket

Out of this world social sharing shouldn't be rocket science.

  • Features
  • FAQs
  • Documentation
  • Support
    • My Tickets
    • Feature Requests
  • Products
  • Your Account
  • $0

How to Relocate the Inline Buttons in Genesis Themes

By default, Social Rocket places the “above the content” inline buttons at the bottom of the Genesis entry header and the “below the content” inline buttons in the entry footer. If you need to change this to accommodate things like author boxes, related posts, etc., you can do so by adding a code snippet like this one to the bottom of your theme’s functions.php file:

add_filter( 'social_rocket_inline_theme_locations', 'themeprefix_relocate_inline_sr_buttons_after' );
function themeprefix_relocate_inline_sr_buttons_after( $theme_locations ) {
	$theme_locations['after'] = array( array(
		'hook'     => 'genesis_entry_footer',
		'filter'   => false,
		'priority' => 8,
	) );
	return $theme_locations;
}
In particular, you’ll want to pay attention to:
  • line 3 (before vs. after – the inline buttons before the content or the inline buttons after the content)
  • line 4 (which Genesis hook to use)
  • line 6 (the priority)

If you need help with this, please contact us and we’ll be glad to assist!

Secure Online Payment
Money Back Guarantee
Fast & Friendly Support

Footer

Company

  • Affiliate Area
  • Affiliate Terms of Service
  • Terms of Service
  • Privacy Policy

Help Links

  • Support
  • Features
  • Documentation
  • FAQs

We’re glad you’re here!

Hey, you’re awesome! Thanks for visiting us and please let us know if you have any questions.

  • Email
  • Facebook
  • GitHub
  • Twitter
Copyright © 2018–2025 Social Rocket · All Rights Reserved