I’ve read through all the threads that are dealing with this problem and I haven’t been able to fix the issue. I thought I’d ask and someone can point out my stupid mistake.
On my main blog page I want to display summary’s with a small image to the left. The image should be provided through a Image TV in the full post.
This is what I’ve got so far.
Revo 2.0
TV name = "thumb" Input type = Image Output type = Default
Blog Summary Ditto Call
[[Ditto? &parents=`7` &extenders=`summary` &tpl=`blogTpl` &orderBy=`createdon ASC` &display=`6` &truncText=`Continue Reading This Article` &dateFormat=`%e %B %Y`]]
Ditto Template Chunk named "blogTpl"
<div class="summary">
<div class="sumImage"><img src="[[+thumb]]" /></div>
<div class="sumText"><a href="[[~[[+id]]]]"><h3>[[+pagetitle]]</h3></a>
<p>[[+summary]] [[+link]]</p>
</div>
</div>
When I call the TV in the main post it displays just fine, but it won’t go through to the summary page. What am I missing?