Hello All,
I am trying to allow the client to input a url to an external site through a channel entry but the link continues to display “http://mysite.com/
” before the url. I’ve read some entries on turning off the xhtml, etc. but nothing seems to work correctly. Any suggestions?
{exp:channel:entries channel="newsletter" status="open" paginate="bottom" limit="3"}
<li>
<article class="thePush">
<div class="date">{entry_date format="%F %d, %Y"}</div>
<div class="caption">
<h2><a href="http://{newsletter_excerpt}" class="title">{title}</a></h2>
<p> <a href="http://{newsletter_excerpt}" class="continue">Continue reading »</a><br />
</div><br />
</article><br />
</li><br />
{paginate}<br />
Page {current_page} of {total_pages} pages {pagination_links}<br />
{/paginate}<br />
{/exp:channel:entries}