
I mainly wont that (above) to disapear. I just makes a mess for those who don't have use for it...
Thanks in advance!

Thank you! Great help!judebert wrote:The easiest way to do this is to remove it from your entries.tpl. This recent post explains how to disable trackbacks, but it doesn't tell you how to remove the trackback section from the comments. This post explains how to remove the trackback lines from the display.
I think I'll add this question to the Expert.
Code: Select all
<a id="trackbacks"></a><h3>{$CONST.TRACKBACKS}</h3>
<div class="serendipity_center">
<a style="font-weight: normal" href="{$entry.link_trackback}" onclick="alert('{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape:html}'); return false;" title="{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape}">{$CONST.TRACKBACK_SPECIFIC}</a>
</div>
<ol class="commentlist">
{serendipity_printTrackbacks entry=$entry.id}
</ol>