help make this list horizontal
-
Hello,
I’ve read about Horizontal Menus, but I’m not sure how to adapt this concept to my list. I’m not even sure if it can be done this way.The code for the list is
?php $arc_query = new WP_Query('orderby=post_date&order=DESC&showposts=4'); ?> <?php while ($arc_query->have_posts()) : $arc_query->the_post(); ?> <a>" title="<?php the_title(); ?>"><?php echo $post->post_excerpt; ?></a><?php endwhile; ?
The excerpt are actually thumbnails for a photoblog. I would like the thumbnails to be listed horizontally.
Any help is appreciated
thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘help make this list horizontal’ is closed to new replies.