Hello. I have a Page 1 showing entrie fully with comments. this is a code:
{exp:weblog:entries weblog="news"}
{body}
{extended}
{/exp:weblog:entries}
<a href="http://{permalink=%22name=%22comment%22></a>{exp:comment:entries">{title}</a>
{body}
{extended}
{/exp:weblog:entries}So I have to create a link to the anchor named comment on the Page 1
I’ve already tried this: {permalink="template/page1#comment"} but the result is bad: http://domain.com/index.php?/template/page1#comment/11/ - and, of course, it doesn’t work.
Sorry for my english =)