Hi this is my site:
dzdrones.com/news
I want to add share buttons to each of my posts.
I’ve tried this:
add_action(‘x_before_the_content_end’, function() {
echo do_shortcode(‘[share title=”Share this Post” facebook=”true” twitter=”true” google_plus=”true” linkedin=”true” pinterest=”true” reddit=”true” email=”true”]’);
});
But it shows on every page and now just the blog posts.
Can just help so it just shows on the blog posts?
Thanks!!