• bruce21

    (@bruce21)


    [code]
    <div class="webpick">
    <?php
    {
    query_posts('cat=6');
    }
    ?>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div class="post" id="post-<?php the_ID(); ?>">
    <img src="<?php bloginfo('stylesheet_directory'); ?>/im/site.gif" alt="" width="122" height="92" />
    <?php echo c2c_get_recent_custom('name', 'name:
    '); ?>
    <?php echo c2c_get_recent_custom('url', 'url:
    '); ?>
    <?php echo c2c_get_recent_custom('country', 'country:
    '); ?>
    <?php echo c2c_get_recent_custom('designer', 'designer:
    '); ?>
    </div><br clear="left" />
    <?php endwhile; else: ?>
    <?php _e('Sorry, no posts matched your criteria.'); ?>
    <?php endif; ?>
    </div>
    [/code]
    Why does this give me the same posts repeated when I have two different ones?
    What did I do wrong?
    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter bruce21

    (@bruce21)

    Is something that is in the codex and doesnt work an impossible to answer question?
    I give up on open source completely. No support and code that doesnt work along with an inconfigurable platform is a complete waste of time.

Viewing 1 replies (of 1 total)
  • The topic ‘Show posts in a category in another column’ is closed to new replies.