Eirik’s started displaying comments and trackbacks prominently, which is lovely! Monologic blogs (with no comments) are less interesting than the dialogic ones, he finds, and though I used to be a comment-skeptic, these days I agree with him. Eirik also shows the code he put in his MoveableType template so it’ll display comments. My code’s just the same except I added anchors so that when you click on the link to a comment on the front page, you go straight to that particular comment. Liz told me about that 😉

<MTComments lastn=”7″ sort_order=”descend”>
<MTCommentEntry>
Re: <a href=”<$MTEntryLink$>#<$MTCommentID$>” target=”_blank” style=”font-size:11px;”><$MTEntryTitle$></a>
</MTCommentEntry>
<br>
(<$MTCommentAuthor$>, <$MTCommentDate format=”%e/%m”$>)<br>
</MTComments>

Discover more from Jill Walker Rettberg

Subscribe to get the latest posts sent to your email.

8 thoughts on “displaying comments

  1. andrew stern

    thanks Jill et al, we were looking for some easy code to implement this on grandtextauto!

  2. torill

    As one who does not have comments on the blog, I think it’s all a matter of what you want with the blog. While I enjoy the feedback my blog creates, I still blog for myself. “More interesting” isn’t really an argument for getting comments, I am waiting for “useful”. This is why blogonblog used to have comments, back when blogback had the first experiments with them. They were useful. I’ll survive being less interesting.

  3. andrew stern

    by the way, a technical note, for this to really work properly, I think you need to add bookmark anchors for each comment in your Individual Entry Archive, eg,

    <a name=”>$MTCommentID$>”></a>

    Otherwise, clicking on a recent comment link won’t actually scroll you down to the comment itself.

    So inside my Individual Entry Archive template, I changed the <MTComments> section to be:

    <MTComments>
    <div class=”comments-body”>
    <a name=”<$MTCommentID$>”></a>
    <$MTCommentBody$>
    <span class=”comments-post”>Posted by: <$MTCommentAuthorLink spam_protect=”1″$> at <$MTCommentDate$></span>
    </div>
    </MTComments>

  4. Jill

    Thanks, Andrew – I forgot about the anchors at the receiving end!

  5. John Robert Wheeler

    what is IKT

  6. Jill

    IKT is the Norwegian acronym for ICT: Information and Communication Technologies.

    It might mean other things as well?

  7. Jack

    That’s good idea.

  8. Timothy

    Thanx for the code to go straight to a particular comment. I’m using it now.

Leave A Comment

Recommended Posts

AI STORIES

AI-generated stories have longer endings than human stories

My colleague Jessica Witte has just shared a preprint where she compared the emotional arcs of the stories we generated using gpt-4o-mini to those of human-authored (pre-2022) stories from the subreddit r/WritingPrompts, conveniently gathered in this dataset. She found a distinct difference in the endings of the LLM-generated stories: both […]

How to peer review a paper in 2026

Dorothy Bishop, a psychologist, wrote a useful list of what reviewers need to look out now that so many papers are bad science that looks good thanks to LLMs. Read her whole blog post, she explains it well, but here’s a brief version because I’m pretty sure we’ll be needing […]

“So what if it was ChatGPT? It *could* have been true!”

I recently read a good article on the different kinds of truth a language model operates with by Luke Mann, Liam Magee and Vanicka Arora, Truth Machines: Synthesizing Veracity in AI Language Models, but despite its lovely typology of truths (consensus, correspondence, coherence and pragmatic) it doesn’t help me with […]

AI STORIES

AI shimmer and sparkle

I have this hunch that sparkles and glow and shimmer are somehow a point in the latent spaces of LLMs that have more connections than you would expect. Perhaps their connotation to magic and to the unknown matches some of the mystique of genAI? Or perhaps these words are used […]

Don’t do a systematic review if you’re in the humanities

This paper is a great example of why you probably shouldn’t use a systematic literature review for a theoretical and conceptual research question like “How does artificial intelligence affect the perception of authenticity and aura in art?” However, if you’re looking for an annotated list of 48 recent articles about […]