Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Brecht

    (@brechtvds)

    Our plugin uses the get_the_ID function to see what post it needs to output the relations for.

    If the WordPress loop is set up correctly for the homepage, it should work for outputting the related posts as well. Otherwise it will try to find the relations for the homepage itself.

    Thread Starter emulatronic

    (@emulatronic)

    Excuse my ignorance, could you give me another clue please? I’m really not a professional programmer, apologies for the interruption

    Plugin Author Brecht

    (@brechtvds)

    You can learn more about using the loop here:
    https://codex.www.ads-software.com/The_Loop

    You need to make sure the the_post() function is used to set up the current post.

    Thread Starter emulatronic

    (@emulatronic)

    Thank you very much, I will try it. I appreciate your attention is a great plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘option to display related post by id’ is closed to new replies.