I have a template which uses info from a particular weblog which has three entries. So I get three different pages, and all these are working fine.
On each of the three pages I would like to have a “See also” section with links to the other two pages, but cannot seem to achieve this.
I have this code on another template, which works well to bring up links to all three:
{exp:weblog:entries weblog="courses" entry_id="15|32|49" disable="categories|member_data|pagination|trackbacks"}
<div class=“entry-content”>
{title}
{g_intro}
</div>
{/exp:weblog:entries}
But if I paste this directly into one of the three pages, all I get is the info relevant to the entry for that page. I have placed this code outside all other {exp:weblog:entries} tags but it make no difference.
Do you have any ideas that may help me with this?