| PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >> |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) |
|
Surpassing Dutch
Super #1
Joined in Sep 2004
Hosted on SH98
2,548 posts
Gave thanks: 188
Thanked 45 times
|
(should have been in techny stuff)
(I would have tried this on their site, but I find the support for Core users not really good) I've been using the 'related entries' for some time, and once I had it so, that I could post a link on my post, instead of the complete post. Code:
{related_entries id="Relatie"}
{if no_related_entries}
<h3>No relation found</h3>
{/if}
<h3>{title}</h3>
{body}
{/related_entries}
__________________
sh98
|
|
|
|
|
|
#2 (permalink) |
|
pineapples are sharp
Super #1
Joined in Dec 2005
5,777 posts
Gave thanks: 147
Thanked 151 times
|
This should do it...
Code:
{related_entries id="Relatie"}
{if no_related_entries}
<h3>No relation found</h3>
{/if}
<a href="{title_permalink={my_template_group}/comments}">{title}</a><br/>
{/related_entries}
__________________
poof
|
|
|
|