• Home
  • Blog
  • Showcase
  • Setup Docs
    • Sunshine Help
    • Flex Help
  • Support
    • Support Area
    • Contact us
    • Feedback
  • Connect
    • Newsletter
    • Twitter
    • Facebook
  • My Account
  • Flex
  • Sunshine
Support : Simple Pro Themes

Support : Simple Pro Themes

Reply To: genesis simple share

If you have purchased a product, please enter the email address that you used to register at time of purchase.
Log In
Lost Password

Create an Account
  • Your username must be unique, and cannot be changed later.
  • We use your email address to email you a secure password and verify your account.

Support › Forums › Flex Theme › genesis simple share › Reply To: genesis simple share

June 13, 2015 at 3:25 pm #289
Chinmoy Paul
Moderator

Hi

Here is the code. You will add it above the genesis() function in front-page.php file

global $Genesis_Simple_Share;
add_filter( 'genesis_pre_get_option_general_show_archive', '__return_true' );
remove_action( 'genesis_loop', array( $Genesis_Simple_Share, 'start_icon_actions' ), 5  );
    
add_action('genesis_after_content', 'flex_simple_share_on_home');
function flex_simple_share_on_home() {
  global $Genesis_Simple_Share;  
  genesis_share_icon_output( 'after' , $Genesis_Simple_Share->icons );
}

Thanks
Chinmoy

Copyright © 2021 · Simple PRO Themes for Genesis Framework · About · FAQs · Contact · Affiliates