That plugin allow you to add related links to a post. The idea is to guide visitors by giving them related article that can interest them.

Usage

  1. Enable the plugin (tab Settings)
  2. Go to the post edit page above content box.
  3. Clic "Add new post link". A new window opens. The content is like the ones opened is toolbar when adding a link to a post. Choose a link by clicking it. It will be added to list.
  4. You can change order in list with drap and drop. Don't forget to save.

Template

That plugin use one template inc_related_links.html. You can find it in the default-templates directory of the plugin.

You can change that template. In order to change it, copy it to the tpl directory of your theme.

If you manage your theme with the plugin themeEditor, you can see that template in the availables ones.

Installation

You can install in many ways.

Automatically

The content can be automatically added by using the behavior publicEntryAfterContent. You can modify generated content by modify the template inc_related_links.html in your theme.

By modifying the template "post.html" in your theme

That plugin define new template tags:

You can find a code example in the installation tab of the plugin page.

By including the template inc_related_links.html

You can include it where you want in the template "post.html" in your theme by adding the following code:

      {{tpl:include src="inc_related_links.html"}}
    

You can keep template provide by the plugin or modify the original one in your theme.

About

Author : Nicolas Roudaire

You can find helpfull information (in french) on the dedicated page on my personal blog.

License : GPL version 2