Hi,
I’m trying to make it so on the comments template page the title of the page is the title of the article + the websitename (seems relatively simple). So this is my title, disabling everything I don’t need:
<title>{exp:weblog:entries limit="1" disable="categories|custom_fields|member_data|pagination|trackbacks"}{title}{/exp:weblog:entries} - My Site</title>However, the code for Trackbacks, still appears:
as
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<rdf:Description
[...]
</rdf:RDF>
-->Any idea how I can get this to stop appearing?
Thanks