Hi,
Im trying to understand how the new GRID field actually works.
If i have 2 rows added, that both has one image-file, how the next photo-variable actually has to be used?
this is just basic test i try to do, since dont yet understand the idea how it works.
So i have this in my template, can someone tell me, that how i can show the next row in the entry i have?
{exp:channel:entries channel="photo_gallery" orderby="date" limit="1" disable="trackbacks"}
<div class="blogPost">
<h5><span class="lft"></span><span class="mid">{entry_date format="%d.%m.%Y"}</span><span class="rt"></span></h5>
<h2>{title}</h2>
<p>{gallery limit="1"}<br />
<ul class="thumbnails"><br />
<li><br />
<a href="#" class="thumbnail corner">_ <span class="topCorner"></span>_ {gallery:image}_ <span class="bottomCorner"></span>_ </a></p>
<p>{gallery:kuvateksti}<br />
</li><br />
</ul><br />
{gallery:next_row}<br />
<a href="http://What-has-to-be-put-here???">Next photo</a><br />
{/gallery:next_row}</p>
<p>{/gallery}</p>
<p> </p>
<p> </div></p>
<p>{/exp:channel:entries}I bet it is very easy but just dont find my brains working and hoping that someone gives out the idea how, thanks