OK, I got the RSS

OK, I got the RSS feed to include a link to comment now. Unfortunately it doesn’t contain the number of comments in the post, but at least you can leave your own comment! In order to do it, I needed to do the following:-

First of all I needed to include the comment tags within the RSS field. Therefore the /span tag needs to be removed from the end of the blogitembody and put *after* the comments piece of code. I then changed the comment code so that it didn’t use javascript to create the hyperlink but used a full path so the line looks like this:-

<a href="http://www..../aspcomments.asp?blogid=<$BlogItemNumber$>">comments</a>
[<SCRIPT TYPE="text/javascript"
SRC="/...../aspcomments.asp?blogid=<$BlogItemNumber$>&count=1">
</script>]</a>

Hope that helps you Mike! (change the dots to the appropriate path)