I’m trying to get the related entries tag to work here, as shown below the post here:
http://www.golfblogger.com/index.php/golf/comments/callaway_microfiber_windshirt/
But it only shows the current entry.
I’d like it to show four different entries related to the current topic.
Here’s the code I’m using:
<p class="related-entries">Related Entries<br />
{exp:weblog:related_entries weblog="{master_weblog_name}" limit="4" backspace="3" orderby="random" dynamic="off"}
<a href="{title_permalink={template_group_name}/comments}"> {title} </a> |
{/exp:weblog:related_entries}
</p>
{/exp:weblog:entries}
Build: 20070726
Thanks for your help
