Archived topic
Social buttons like GP Hooks
3 replies · Started by Jose Antonio on July 4, 2017
Hi! How are you?
I want to use social buttons generated with Elementor Page Builder before and after of the posts of a blog. I write this code in GP Hooks (In "After Entry Title" and "After Content") but don't appears nothing in screen.
<?php if ( is_single() ) {
echo do_shortcode("[elementor-template id="254021"]");
} ?>
What's wrong? Where is error?
Thanks!
Hi there,
Wrong quotation I think. Try this:
<?php if ( is_single() ) {
echo do_shortcode("[elementor-template id='254021']");
} ?>
Let me know.
Yes! It's right! All is working now! Thank you! :)
No problem!