Hey,
I am trying to display a single article from a list of entries when the link is clicked on by the user.
Everything from my template is pulled in through the link except my content, help? :grrr:
Here is the code I am using:
{if segment_1=="blog"}
{exp:channel:entries channel="blog" dynamic="off" orderby="date" disable="member_data|pagination|trackbacks|categories|category_fields"}
<a href="http://{path="><h2>{default_heading}</h2><p></a><br />
<a href="http://{path=">{if default_image}{default_image}</a>{/if}<br />
{if default_content}{default_content}{/if}<br />
<div class="border"></div><br />
{/exp:channel:entries}<br />
{/if}