Hi,
How do I limit the posts shown on my index page and in the search results to posts from one category only?
I tired using [code]query_posts('category_name=news');[/code] but this caused the search results page to show all posts from that category and ignore the search.