Thumb
-
<?php
if( $thumbnail ) { echo $thumbnail; }if ($images = dinamiko_get_images( TRUE )) {
foreach ($images as $image) {
$img = wp_get_attachment_image($image->ID, ‘thumbnail’ ); ?>
<div>
<ul id=”tmb”>
<?php echo $img; ?></div>
<?php }}
?>i do this and it renders the thumbnails but for whatever reason they refuse to display inline or next to each other …its always one under the other ..any ideas on how i can get it to do that ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Thumb’ is closed to new replies.