link to single entry page
Posted: 28 February 2008 03:10 PM   [ Ignore ]
Newbie
Rank
Total Posts:  11
Joined  2008-02-27

i have successfully displayed my entries on a page but now i need those entries to have a link which goes to an “entry detail” page where i have more fields to display. here is my code:

{exp:tag:entries weblog="publications" websafe_separator="_" category="4" limit="20" inclusive ="yes"}
<h2>{title}</h2>
<
p>{shortdesc}</p>

{if longdesc != ""}
LINK to DETAIL PAGE SHOULD GO HERE
{
/if}

{
/exp:tag:entries}

any help is appreciated, thanks!

Profile
 
 
Posted: 28 February 2008 03:13 PM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3717
Joined  2006-10-18

Are you referring to linking the entries to a permalink page?

If so, just do so like you would with the Weblog:Entries loop smile

<a href="{permalink="template_group/template"}">{title}</a>

 Signature 

Check out the new Solspace Blog!

Profile