• Resolved argie01

    (@argie01)


    Hi,

    Is there a way to force the position of this plugin at the end of each post, just before any other plugin?
    Because I’m using a plugin of “related posts”, and it is showing related post above the bio plugin.
    I’ve tested two different “related posts” plugins, and I have the same problem with both of them.

    Thank you.

    https://wordpress.org/plugins/sexy-author-bio/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andy Forsberg

    (@penguininitiatives)

    Hello,

    Currently on line 69 in the public class-sexy-author-bio.php file there’s the following:

    add_filter( 'the_content', array( $this, 'display' ), 9999 );

    That 9999 helps ensure the Sexy Author Bio plugin loads as late as possible in the_content. If you make that a 0 the Sexy Author Bio plugin will render much higher, relative to other plugins. If that doesn’t fix the issue, you may have to mess w/ these settings for the other plugins as well.

    Good luck.

    Cheers,
    Andy

    Hi, Andy. This is a great plugin! Thanks.

    I had the same problem. Did as told and BINGO! Got the author bio right after content and before related posts. Piece of cake.

    Thank you!
    MM

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Force position at the end of posts’ is closed to new replies.