• Resolved cybershot

    (@cybershot)


    <?php global $query_string; ?>
    <?php query_posts($query_string . "category_name=full_slider"); ?>
    
    <?php the_post_thumbnail(959, 274) ?>
    
    <?php the_content(); ?>
    
    <?php endwhile; else:
    
    endif;
    
    ?>

    it’s getting the image just fine but nothing else. no content or excerpt if I try and call it.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘what is wrong with this query?’ is closed to new replies.