Tagged: x
-
AuthorPosts
-
September 17, 2016 at 6:25 am #1179266
scr3wtape2ParticipantHi there,
I’ve tried to automatically add Entry Share buttons to every blog post (I don’t want them on pages) using other articles on the forum (editing functions.php and framework content.php in child theme) but it isn’t working for me. Hoping you can take a look when you get a sec (I will send you URL/creds privately in a sec).
Thanks!
September 17, 2016 at 6:27 am #1179267
scr3wtape2ParticipantThis reply has been marked as private.September 17, 2016 at 6:46 am #1179281
ThaiModeratorHi There,
Please add the following code under functions.php file locates in your child theme:
add_action( 'x_after_the_content_end', 'add_to_single_posts' ); function add_to_single_posts() { if ( is_single() ) { echo do_shortcode( '[x_share title="Share this Post" facebook="true" twitter="true" google_plus="true" linkedin="true" pinterest="true" reddit="true" email="true"]' ); } }Hope it helps 🙂
September 17, 2016 at 10:23 am #1179409
scr3wtape2ParticipantThanks…this didn’t work.
September 17, 2016 at 11:09 am #1179438
ThaiModeratorThis reply has been marked as private.September 17, 2016 at 2:10 pm #1179557
scr3wtape2ParticipantThis reply has been marked as private.September 18, 2016 at 12:37 am #1179866
RadModeratorYou’re welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1179266 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
