problem with the sharing buttons

Home Forums Iconic One Pro Support problem with the sharing buttons

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.