Title: Inline Thumbnails
Last modified: August 19, 2016

---

# Inline Thumbnails

 *  [echstudios](https://wordpress.org/support/users/echstudios/)
 * (@echstudios)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/inline-thumbnails/)
 * In simple terms, all I need to do is to print an unordered list of thumbnail 
   images which I have created from posts. I want to display a group of 3 of these
   thumbnails (posts) in a row to it’s own page.
 * In more specific and complex terms, I have set up a thumbnail image to be created
   for each of my posts automatically using custom fields. I’m using these to display
   in a customized Coda Slider which acts as a scrolling selector for each post 
   of just one category. I have it working perfectly, except that the slider will
   only display 1 post at a time. I’ve played with the css and code, but it doesn’t
   seem to be a styling issue. I’m pretty sure its the php writing the thumbnails
   each to their own page.
 * Here is the important stuff…
 *     ```
       <div class="scroll">
       			<div class="scrollContainer">
       <?php while (have_posts()) : the_post(); ?>
       				<div class="panel" id="<?=$post->post_name?>">
   
       <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>">
       <img src="<?php $values = get_post_custom_values("thumb"); echo $values[0]; ?>" alt="<?php the_title(); ?>" class="thumb" />
       </a>
       <?php the_excerpt(); ?>
   
       				</div>
       <?php endwhile;?>
       			</div>
       		</div>
       ```
   
 * Any help?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [steverydz](https://wordpress.org/support/users/steverydz/)
 * (@steverydz)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/inline-thumbnails/#post-877892)
 * Heres an article which explains what I think you’re asking?
 * [http://www.greg-wood.co.uk/blog/article/a-nice-little-css-positioning-technique](http://www.greg-wood.co.uk/blog/article/a-nice-little-css-positioning-technique)
 *  Thread Starter [echstudios](https://wordpress.org/support/users/echstudios/)
 * (@echstudios)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/inline-thumbnails/#post-877986)
 * Thanks for the link, but unfortunately I don’t think it is a styling issue. The
   php seems to be outputting the thumbnails as if they are separate post (which
   of course they are), but I need them to be grouped inline on a single page (limit
   3 per page).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Inline Thumbnails’ is closed to new replies.

## Tags

 * [coda](https://wordpress.org/support/topic-tag/coda/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [images](https://wordpress.org/support/topic-tag/images/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)
 * [thumbnail](https://wordpress.org/support/topic-tag/thumbnail/)
 * [unordered list](https://wordpress.org/support/topic-tag/unordered-list/)

 * 2 replies
 * 2 participants
 * Last reply from: [echstudios](https://wordpress.org/support/users/echstudios/)
 * Last activity: [17 years, 7 months ago](https://wordpress.org/support/topic/inline-thumbnails/#post-877986)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
