I´m trying to remove text links from a entry in the Index. I´ve tryed the following code:
CODE
<a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br />
<$MTEntryExcerpt convert_breaks="1"$ sanitize="1"$><br />
<$MTEntryExcerpt convert_breaks="1"$ sanitize="1"$><br />
But it only removes the html and leaves the title of the link.
Isd there a way to force the interior of
CODE
<a href="">text link</a>
, so «text link» wont be publish on the index, but only displayed on the individual page entry?