Related Entries via Tag 2.0 help
Posted: 27 September 2007 01:04 PM   [ Ignore ]
Newbie
Rank
Total Posts:  11
Joined  2006-06-07

Hey there,
i’m attempting to get the “related entries” function of the Tag 2.0 module working on a site i’m currently working on.
The code i’m using is:

{exp:tag:related_entries dynamic="off" limit="5"}
{related_entries entry_id
="{entry_id}"}<li><a href="{url_title_path="tags/entry"}">{title}</a></li>{/related_entries}
{
/exp:tag:related_entries}

The output is:

# {related_entries entry_id="566"}Life on Tour: The Essence Photo Shoot
{/related_entries}

It seems like i’m missing something?

Profile
 
 
Posted: 28 September 2007 08:20 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  11
Joined  2006-06-07

Any help would be greatly appreciated!

Profile
 
 
Posted: 28 September 2007 11:03 PM   [ Ignore ]   [ # 2 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  702
Joined  2004-03-30

Why are you adding the extra related_entries tags? This function behaves like weblog:entries tag does when in related_categories mode. Except it pulls entries by related tags rather than categories.

mk

 Signature 

Mitchell Kimbrough

Profile