Getting multiple thumbs.

9 views
Skip to first unread message

Matt

unread,
Jul 28, 2010, 12:39:18 PM7/28/10
to Magic Fields
We love magic fields.. how ever we're using tags to create "related
items" and pulling the the thumb and title to display them.

How ever it seems to be pulling ALL the items thumbs into the "related
items" when it only need just one.

The code we're using is:

<?php
$total = getFieldDuplicates('image',1);
for($i = 1; $i < $total+1; $i++){ ?>
<div style="float:left; margin:0 30px 20px 0; height:130px; width:
100px;">
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?
>"><?php echo get_image('image',1,$i); ?></a>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"
style="font-size:10px; width:100px;"><?php the_title(); ?></a>
</div>
<?php } ?>

Hunk

unread,
Jul 28, 2010, 1:02:25 PM7/28/10
to Magic Fields

Karl Kevilus

unread,
Jul 28, 2010, 2:09:20 PM7/28/10
to magic-...@googlegroups.com
Removing the red lines below should fix it, that's where you're repeating:


<?php
                               $total = getFieldDuplicates('image',1);
                               for($i = 1; $i < $total+1; $i++){ ?>
                                       <div style="float:left; margin:0 30px 20px 0; height:130px; width:
100px;">
                                       <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?
>"><?php echo get_image('image',1,$i); ?></a>
                                       <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"
style="font-size:10px; width:100px;"><?php the_title(); ?></a>
                                       </div>
                               <?php } ?>

Matt Janzen - Overhaul Media

unread,
Jul 28, 2010, 2:23:49 PM7/28/10
to magic-...@googlegroups.com
Thanks!

I think we actually got it sorted out though.


Mathew Janzen
Overhaul Media | www.overhaulmedia.com
Office  780.758.8642 | Fax   780.758.8649
ma...@overhaulmedia.com

Follow us on twitter: http://twitter.com/overhaulmedia
Join us on facebook: http://www.facebook.com/overhaulmedia
Reply all
Reply to author
Forward
0 new messages