Hi everyone. I’m really new to EE, but completely love it. I’ve figured out how to effectively use EE as a CMS, but now I am in need of really expanding into its uses as a blogging tool.
My challenge is that I can’t seem to get commenting to work at all. I started from scratch with the template, and I’m clueless now as to how to put commenting in as part of a blog entry. Here is my markup:
{exp:weblog:entries weblog="journal"}
<h1>{title}</h1>
{body}
<span class="technologies">posted by <strong><a href="mailto:{email}">{author}</a></strong>
on {entry_date format="%D, %M %d, %Y"} <a href="/journal/{url_title}">Permalink</a></span>
{/exp:weblog:entries}
My question is, how the heck do I get this to allow for people to comment on said “journal” entry? Thank you so very much for your help!
