Forums

seperating query results link (1 post)

  1. justinstyle
    Member
    Posted 2 years ago #

    i have this wp-query to return the 8 most recent post images, i tried to add titles without success and now ive messed something up so that its all one big link, and not individual post links. you can see what i mean here http://www.magaribeipoa.com/wordpress

    <div class="imagegallery">

    <?php query_posts('showposts=8&orderby=date&order=DESC'); ?>
    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

    <?php if (get_first_image($post->ID, 'pic_90_70_', true) ) { ?>
    "><img alt="<?php the_title_attribute(); ?>" src="http://magaribeipoa.com/wordpress/wp-content/themes/Sitemile_ClassifiedTheme/<?php echo get_first_image($post->ID, "pic_90_70_", $single = true); ?>" border="0" style="padding-right: 10px; padding-left: 10px;/>
    <?php } ?>

    <?php endwhile; endif; ?>

    </div>

Topic Closed

This topic has been closed to new replies.

About this Topic