[Plugin: Social Essentials – Social Stats and Sharing Buttons] mismach with "Below content on p
-
With display option “Below content on posts” selected I’m experiencing two various placements of the social buttons.
1st wrong: my template blog page lists complete articles and that is how I want, but the buttons appear directly below the title and not the entire post.
2nd correct: inside the post it works just fine with the buttons appearing below the content.
I think the problem comes from my template page that uses get_template_part and has nothing to do with the plugin. Does anyone have some coding remedy?
the part of template-blog.php that I think is messing up
<?php //query posts query_posts( array( 'post_type'=> 'post', 'paged'=>$paged )); ?> <?php if (have_posts()) : ?> <?php get_template_part( 'loop', 'entry') ?> <?php endif; ?> <?php if (function_exists("pagination")) { pagination(); } ?>
https://www.ads-software.com/extend/plugins/social-essentials/
- The topic ‘[Plugin: Social Essentials – Social Stats and Sharing Buttons] mismach with "Below content on p’ is closed to new replies.