Forums

Better Related Posts
[resolved] Page divider (4 posts)

  1. Workshopshed
    Member
    Posted 3 months ago #

    I just added some page dividers <!--nextpage--> to my posts and the related posts message appears above the next page link.

    Is it possible to do something to reverse these and have the pages link first?

    No related posts.

    Pages: Next page

    http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/

  2. Try turning off the "automatically display" option in YARPP settings, then call related_posts() directly in your theme, where you want them displayed. :)

  3. Workshopshed
    Member
    Posted 3 months ago #

    Yes, that works, I used this code following the call to wp_link_pages

    if (function_exists('related_posts') ) : related_posts(); endif;

  4. Great! :)

Reply

You must log in to post.

About this Plugin

About this Topic