I have trackback code on my site but when a trackback gets posted I get an error above the trackback code. I’m not sure what it is related too any ideas?
You can see it live on the site at http://refreshingapps.com/showcase/app/bbc_olympics_widget/
The code behind is:
<ol id="entryComments">
{exp:comment:entries weblog="showcase"}
{if no_results}
<li>No comments posted yet, <a href="#form-add">be the first.</a></li>
{/if}
{if author_id == entry_author_id}
<li id="comment-{count}" class="author-comment">
{if:else}
<li id="comment-{count}">
{/if}
{if comments}
{site_url}assets/siteimages/icons/no-gravatar.png
<cite><a href="http://{url}%22rel=%22external" rel="external nofollow">{author}</a></cite>
<span class="comment-meta">
said on {comment_date format='%F %d%S %Y'} at {comment_date format='%g.%i %a'}
</span>
{comment}
{/if}
{if trackbacks}
{site_url}assets/siteimages/icons/no-gravatar.png
<cite><a href="http://{trackback_url}%22rel=%22external" rel="external nofollow">«{title}</a></cite>
<span class="comment-meta">
said on {trackback_date format='%F %d%S %Y'} at {trackback_date format='%g.%i %a'}
</span>
{content}
{/if}
</li>
{/exp:comment:entries}
</ol>I must be missing something, it only happens with Trackbacks not comments.
Thanks in advance
Mod Edit: Moved to the Technical Support Forum