Home › Forums › Iconic One Pro Support › problem with the sharing buttons
- This topic has 3 replies, 3 voices, and was last updated 11 years, 1 month ago by pardauro.
- AuthorPosts
- October 28, 2013 at 2:51 pm #1045pardauroParticipant
Hello,
I am a new user of Iconic One Pro and I have a question. How can I publish the share buttons of the bottom of articles just on content page, not and on home page? When I publish the share button in Iconic One Pro Panel, they appear on the both page: home page and content page.
If you understand my question, please help pe soon. My blog: http://www.pardau.ro
Thanks! CipOctober 28, 2013 at 4:50 pm #1046ISScyborgParticipantI added plugin for share buttons.(It would be nice if the share buttons would not be the default format) This plugin is good because I have blog on subdomain and I can have a lot of backlinks to main domain.
You can see here: http://blog.isstrani.si/izsel-je-novi-wordpress-3-7/
Something like this social plugin would be nice if it had been integrated into the theme.October 28, 2013 at 5:24 pm #1047Themonic-SupportKeymaster@Pardauro If you want to show the social sharing buttons only on the post pages try the following simple edit.
Replace line 76 of content.php with
<?php if($options['themonic_social_share'] == '1' && is_single() ) { // display social sharing buttons on single only ?>
All we are doing is adding the conditional
&& is_single()
which will do the job.October 29, 2013 at 1:51 pm #1048pardauroParticipant@Themonic-Support, thank you. It works.
- AuthorPosts
- You must be logged in to reply to this topic.