• Perhaps a stupid question. I’ve been searching all over the place, but cannot find there to use this code in your template:
    <?php related_links(); ?>
    In which PHP file or template file to I add it where?
    I’m using Atahualpa 3.7.7 as theme.

    I want the related links to show up right below the text on a single post page, just before other the other plugins (like Tweet This).

    https://www.ads-software.com/extend/plugins/related-links/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi everyone!

    I have the same question, could someone please give us a hand here? After activating the plugin, i can select the related links i want in the metabox next to the post edition box… but they dont show on frontend.

    As far as i understand, it is only a question of pasting the code below in a file, right?

    <?php related_links(); ?>

    But where? What’s the file and where in the file should we paste it?

    (As for me i’m using PageLines Platform theme).

    Thanks for your help!

    [ Please do not bump. That’s not permitted here. ]

    Hi, thanks to people in PageLines forum, this has been solved.

    The file to edit, in my case (Platform theme) was template.postloop.php

    I only pasted this line:

    <?php related_links(); ?>

    at the very beginning of the file, as line number one.

    Doesnt look very nice yet (it appears at the top of the post very close to its title) but it works. Customozing the visual part is now next step…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Related Links] Where to insert code to make links appear’ is closed to new replies.