Simple listing of posts using query_posts()
-
I’ve been trying to list a certain category of posts within a template page for a while now, and I’ve read around the forums and it seems that using query_posts before the loop to designate the category is the correct way to do this. Now, whenever I write what I think is the correct code my WordPress page returns the “Not Found” page. Here’s what I’m using for a template:
http://fairlyclever.com/wp-content/themes/v5/album-reviews.phps
Now, all I’m doing is listing the title of the post, and the rating it has associated with it by the DS Ratings plugin. Let me know if I’m doing something horribly wrong, but this looks right to me? I’ve also tried using the static page with dynamic content to no avail.
The topic ‘Simple listing of posts using query_posts()’ is closed to new replies.