Share daddy sharing buttons display 2 times?
-
Hi i love the sharedaddy plugin and i am using for my project for long time. Now i have to modify our page design where we have to show share buttons two times on post page(Before content and after content) but it is printing only once. Any idea how to print it twice?
Below is the snippet of code which i am using.
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php echo sharing_display(); the_content(); echo sharing_display(); ?> <?php endwhile; ?> <?php endif; ?>
Will be happy if get any answer from author or any Wp members ??
- The topic ‘Share daddy sharing buttons display 2 times?’ is closed to new replies.