Link


{$row.Date_Added}
{if {$row.postType}=='post'}
{$row.Title}
{$row.Body}
{elseif {$row.postType}=='photo'} {$row.Caption} {elseif {$row.postType}=='quote'} — {$row.Source} {$row.Quote}
{elseif {$row.postType}=='url'} » {$row.Name}{$row.Description}
{elseif {$row.postType}=='conversation'} {$row.Title}{$row.Conversation}
{elseif {$row.postType}=='video'}
{$row.Caption}
{elseif {$row.postType}=='mp3'}
{$row.Caption}
{/if}