I’ve been following the Basic Blog tutorial on the MODx Wiki and it says to create a chunk to be used for Ditto’s tpl parameter that contains this:
<h3>
<a href="[~[+id+]~]" title="[+title+]">[+title+]</a>
</h3> <!-- link to blogs article with it's title (link is title) -->
By <strong>[+author+]</strong>
on [+date+].
<a href="[~[+id+]~]#commentsAnchor">
Comments ([[Jot? &docid=`[+id+]` &action=`count-comments`]])
</a><!-- link to the article with comments form and comment count -->
Summary: [+summary+]
<br />
Link: [+link+]
...and then in the actual blog document it said to put this:
[!Ditto? &parents=`7` &summarize=`3` &total=`20` &commentsChunk=`blogComments` &tpl=`postSummary`!]
...but it’s not working as advertised.
It will summarize the first three posts like it’s supposed to but it won’t display any of the others in an unsummarized format (which I assume should just be the title) and the ones that are being summarized are missing some content. It has the author, date posted, and number of comments but there’s no summary and no link, although I’m not sure what the link is even for since the title itself links to the article. Any help? Thanks in advance!
Dave