• Resolved hackney

    (@hackney)


    Hi – great plugin.

    But I’ve got a problem on a longer post that is paginated. The share buttons at the bottom come in immediately after the content. I’d like them to appear after the “next page” link.

    I’ve moved the line code for page links to different positions in the loop on single.php tenmplate, but can’t solve the problem. It has got to come after <?php the_content (); ?> and this always leaves the share buttons appearing first…

    Is there any way around this?

    I’d like:

    Title of post
    Content of post blah blah blah
    Read next page
    Share buttons

    At the moment:
    Title of post
    Content of post blah blah blah
    Share buttons
    Read next page

    Thanks for any help you can offer.

    https://www.ads-software.com/plugins/really-simple-facebook-twitter-share-buttons/

Viewing 1 replies (of 1 total)
  • whiletrue

    (@whiletrue)

    Hi, you can do it by disabling everything inside the “Show buttons in these pages” option and calling the plugin PHP function in your favorite place in your theme like this:
    <?php echo really_simple_share_publish(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘any way to get buttons below nextpage link?’ is closed to new replies.