Dear community,
i’m trying to setup the startpage for displaying the latest news with Ditto 1.0.2. The startpage should be look like this:
Latest Ditto-News 1. (full-width)
Other content (full-with)
Latest Ditto-News 2. (half-width) - Latest Ditto-News 3. (half-width)
Latest Ditto-News 4.
Latest Ditto-News 5.
and so on ...
Ditto-Archive
The page has many folders with subfolders and i can’t know where the authors write the next (latest) article witch should be display on the first position.
My problem is that Ditto displays the latest news repeated in the different areas. I have tried a multiple call of Ditto also a multiple call in the template (chunk) for the news. What can i do to get the layout that i’m trying to describe above?
Thank you for your support and help for this great CMS
Olaf
Ditto call
[!Ditto? &startID=`30,32,38,43` &summarize=`1` &hideFolders=`1` &displayArchive=`0` &tpl=`NewsListingIndex01`!]
[!Ditto? &startID=`30,32,38,43` &summarize=`2` &hideFolders=`1` &displayArchive=`0` &tpl=`NewsListingIndex02`!]
[!Ditto? &startID=`30,32,38,43` &summarize=`3` &hideFolders=`1` &displayArchive=`0` &tpl=`NewsListingIndex03`!]
<div class="teaser01">
<p class="teaserheadline"><strong>[+pagetitle+]</strong> [+date+]</p>
<h2><a href="[~[+id+]~]">[+title+]</a></h2>
[+summary+] <span class="showall">[+link+]</span><br/>
[+author+]
</div>
<div class="teaser02">
<p class="teaserheadline"><strong>[+pagetitle+]</strong> [+date+]</p>
<h2><a href="[~[+id+]~]">[+title+]</a></h2>
[+summary+] <span class="showall">[+link+]</span><br/>
[+author+]
</div>
<div class="teaser03">
<p class="teaserheadline"><strong>[+pagetitle+]</strong> [+date+]</p>
<h2><a href="[~[+id+]~]">[+title+]</a></h2>
[+summary+] <span class="showall">[+link+]</span><br/>
[+author+]
</div>