problem with the sharing buttons

Home Forums Iconic One Pro Support problem with the sharing buttons

This topic contains 3 replies, has 3 voices, and was last updated by  pardauro 10 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1045

    pardauro
    Participant

    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! Cip

    #1046

    ISScyborg
    Participant

    I 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.

    #1047

    @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.

    #1048

    pardauro
    Participant

    @themonic-support, thank you. It works.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.