• I have installed a plugin “WP – Meet the Team Shortcode v2” which is of custom post type, I am trying to use the previous_post_link() and next_post_link() on it’s single page to get previous and next posts.

    It is working fine but the only problem is that I am placing it in my 4th <div> container whereas it always sits on top of page, right after div “entry-content”.

    i.e.

    <article …..>
    <h2 …..></h2>
    <div class=”meta”></div>
    <div class=”entry-content”></div>

    Here it sits, no matter where I place it but it always sits here.

    Is it a known issue?

  • The topic ‘previous_post_link() sits on top, no matter where I place it’ is closed to new replies.