In the basic version of the plugin you can manually add the ID of the related post when adding/editing news. Separate more than one ID by a comma.
Available tags in the template:
[related]...[/related]
{related:template}
Example code for the template:
- Code: Select all
[related]
Related posts:<br />
{related:|related_date|: <a target="_blank" href="|related_url|">|related_title|</a><br />}
[/related]
The AJAX version below puts a field above the original text box. Type in a word and the script will search your titles and stories for this word (using AJAX). It will return a list of news titles. By clicking on one of the titles you can insert the article's ID in the ID field.

