- This topic has 13 replies, 3 voices, and was last updated 6 years, 11 months ago by .
Viewing 14 posts - 1 through 14 (of 14 total)
Viewing 14 posts - 1 through 14 (of 14 total)
- You must be logged in to reply to this topic.
Support › Forums › Flex Theme › genesis simple share
hi,
I’d like to use genesis simple share plugin to share with social but I’d like to know how to do it in the home page that is all widgetized.
thanks a lot
anita
Are you wanting to share the blog post? Are you showing the posts at “home-bottom-left” widget area?
Hi paul
not exactly I should like to share all the home page for the website, I would like to make people know about the website. every advice it’ll be welcome!!!
thanks a lot
anita
Which position are you wanting to show the icons? If you give me the location then I can use correct hook and write the code for you.
in the footer
thanks a lot
very kind of you!!!!!
anita
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
could you tell me where exactly before or after endif;
}
sorry chinmoy but I do not want to make something wrong
thanks anita
Paste the code above the following code
//* Run the default Genesis loop
genesis();
I’ve done it. Now how can i show the icons in the home page?
I give you the url
http://www.studiocristianidimaio.it
I think that your home page is a static page. You setup the home page from settings > reading page. Am I right? Please share the wp-admin access via contact form. I’ll check it.
I’m going to do it just now. Could you tell me a good security plugin I had problem in these days I had to reset my pw on every login
now I wrote to my hosting (a bad one in Italy aruba) and I found a way but …
anyway now I write you…
Check your site now. Social icons are coming at bottom now.
Anita, iThemes Security plugin is best of the lot – https://wordpress.org/plugins/better-wp-security/
Few more that you can explore – http://www.wpmayor.com/top-10-essential-wordpress-security-plug-ins/
Thanks!!! Great
anita