I've tried searching and codex. I've tried the examples on the codex. I've tried using $querystr and just query_posts.
I'm using a custom template, just need everything from category 70 spat out, one title after another.
I've tried searching and codex. I've tried the examples on the codex. I've tried using $querystr and just query_posts.
I'm using a custom template, just need everything from category 70 spat out, one title after another.
query_posts( 'cat=70&posts_per_page=-1' );
See a page of posts. Amend to suit your needs.
both = Internal Server Error
esmi, I changed the string twentyeleven to twentyten in case that mattered. Same result.
I can spit out all posts with the following, but I just need that category.
[Code moderated as per the Forum Rules. Please use the pastebin]
I just need from one category.
You must log in to post.