Hello,
I´m new to EE 2 and I need some help with basic questions.
I´ve the following template code:
<div id="container">
{exp:channel:entries channel="blog" orderby="date" limit="5"}
<h3>{title}</h3>
<p> {news_body}</p>
<p><div class="date">Posted on {entry_date format="%M %d, %Y - %h:%i %A"}</div><br />
{/exp:channel:entries}I want to link the {title} with {news_extended} in a new page.
{news_extended} is a custom filed for blog channel.
Thank you.