Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1225122
    fatheaddrummer
    Participant

    Hi There,

    Is it possible to add social sharing buttons to all posts, but not to pages?

    Related example url: https://www.diamond-precision-studio.com/de/die-7-saulen-einer-erfolgreichen-e-gitarren-aufnahme/

    Thank you very much!

    Best, Christian

    #1225186
    Paul R
    Moderator

    Hi,

    To add social sharing button to your posts, you can add this in your child theme’s functions.php file.

    
    function add_socials() {      
         if(is_singular('post')) {
              echo do_shortcode('[share title="Share this Post" facebook="true" twitter="true" google_plus="true" linkedin="true" pinterest="true" reddit="true" email="true"]');
         }
    }
    add_action('the_content', 'add_socials');
    

    Hope that helps

  • <script> jQuery(function($){ $("#no-reply-1225122 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>