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!
