query_posts not fully working in twentyten theme
-
Hi, I am trying to use query_posts to pull posts from a specific category onto my homepage. I got it to partially work using the following code before the loop in loop.php
<?php query_posts('category_name=Homepage&showposts=3'); ?>
However, It will only show the post title and text and not any images that I have in the post. Any idea why this may be happening?
I only have the nextgen gallery plugin installed and I deactivated it and I still have this issue. Thanks in advance for your time.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘query_posts not fully working in twentyten theme’ is closed to new replies.