Tagged: x Author Posts October 21, 2016 at 3:11 am #1225122 fatheaddrummerParticipant 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 October 21, 2016 at 4:24 am #1225186 Paul RModerator 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 Author Posts <script> jQuery(function($){ $("#no-reply-1225122 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In