• Resolved idearius

    (@idearius)


    Hi, Ajay.

    I was wondering how to place the output of the plugin *below* the block were WordPress places the links to pages on a multi-page post.

    It is currently inserted before the page numbers, making it extremely unintuitive to find where to click to load the next page.

    Tested with the last four WordPress default themes and all seem to place the block for linked page numbers and the block for related posts in the same order.

    Is there some way to change that without editing the plugin?

    Thanks, in advance.

    http://wordpress.org/extend/plugins/where-did-they-go-from-here/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ajay

    (@ajay)

    You can choose to make the manual install instructions by editing you theme. Please see the very end of:
    https://wordpress.org/extend/plugins/where-did-they-go-from-here/faq/

    Thread Starter idearius

    (@idearius)

    Thanks! I never saw that one 🙁

    In case you keep a Users’ Wish List somewhere, please add “put related posts below linked page numbers by default”, as a way to help readers in multi-page posts 🙂

    Cheers.

    Plugin Author Ajay

    (@ajay)

    I’ll do that, but I am not sure its an easy fix. Multi-page posts require your theme to use wp_link_pages() which is usually a tag in your theme after the_content() tag.

    My plugin (much like many others) tap into the_content tag and so it will never end up displaying before the multi-page post.

    There are a few good plugins to handle these posts if you tend to use this feature regularly.

    Thread Starter idearius

    (@idearius)

    It may help you know that I also use the WP-Email plugin (http://wordpress.org/extend/plugins/wp-email/), which loads just below the multi-page links.

    I don’t know how it does that (I have much more to do with usability and design than programming) but maybe you’ll know it when you see its code.

    Cheers and thanks again.

    Plugin Author Ajay

    (@ajay)

    Thanks. I’ll take a look at the code. Maybe there is something useful there I could use!

    Do you have a link on your site I can see this displayed?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Insert related posts below page numbers on multi-page posts’ is closed to new replies.